#C68513

Color #C68513 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #C68513

Tints of Dark Goldenrod #C68513

Color information

#C68513 (or 0xC68513) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 85 and 13. RGB value is (198,133,19). Sum of RGB (Red+Green+Blue) = 198+133+19=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C68513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68513 is #397AEC. Grayscale: #8B8B8B. Windows color (decimal): -3767021 or 1279430. OLE color: 1279430.

HSL color Cylindrical-coordinate representation of color #C68513: hue angle of 38.21º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C68513 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB19813319-
CMYK00.330.900.22
HSL38.21º82.49%42.55%-
HSV(B)38.21º90.4%77.65%-
XYZ31.7928.834.5-
YUV139.4460.03169.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 19 (7.81% from 255) = 5.43%
R=56.57%
G=38%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981331900.330.900.2238.2182.4942.55
HexC685130215A1626522b
Octal30620523041132264612253
Binary11000110100001011001101000011011010101101001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68513; }

 p { color: rgb(198,133,19); }

 H1.HeaderClassName
 {
   color: #C68513;
 }
 .AnyTagClassName
 {
   color: #C68513;
 }
</style>
background-color css

<style>
 a { background-color: #C68513; }

 a { background-color: rgb(198,133,19); }

 div.DivClassName
 {
   background-color: #C68513;
 }
 .BgClassName
 {
   background-color: #C68513;
 }
</style>
border-color css

<style>
 span { border-color: #C68513; }

 span { border-color: rgb(198,133,19); }

 td.TdClassName
 {
   border-color: #C68513;
 }
 .TagClassName
 {
   border-color: #C68513;
 }
</style>