#C68610

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

Shades of Dark Goldenrod #C68610

Tints of Dark Goldenrod #C68610

Color information

#C68610 (or 0xC68610) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 86 and 10. RGB value is (198,134,16). Sum of RGB (Red+Green+Blue) = 198+134+16=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C68610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68610 is #3979EF. Grayscale: #8C8C8C. Windows color (decimal): -3766768 or 1083078. OLE color: 1083078.

HSL color Cylindrical-coordinate representation of color #C68610: hue angle of 38.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C68610 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB19813416-
CMYK00.320.920.22
HSL38.9º85.05%41.96%-
HSV(B)38.9º91.92%77.65%-
XYZ31.9129.094.42-
YUV139.6858.2169.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.90%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 16 (6.64% from 255) = 4.60%
R=56.90%
G=38.51%
B=4.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981341600.320.920.2238.985.0541.96
HexC686100205C1627552a
Octal30620620040134264712552
Binary11000110100001101000001000001011100101101001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68610; }

 p { color: rgb(198,134,16); }

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

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

 a { background-color: rgb(198,134,16); }

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

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

 span { border-color: rgb(198,134,16); }

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