#C67206

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

Shades of Dark Goldenrod #C67206

Tints of Dark Goldenrod #C67206

Color information

#C67206 (or 0xC67206) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 72 and 06. RGB value is (198,114,6). Sum of RGB (Red+Green+Blue) = 198+114+6=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C67206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67206 is #398DF9. Grayscale: #7F7F7F. Windows color (decimal): -3771898 or 422598. OLE color: 422598.

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

Color convert

RGB1981146-
CMYK00.420.970.22
HSL33.75º94.12%40%-
HSV(B)33.75º96.97%77.65%-
XYZ29.3424.053.27-
YUV126.859.83178.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 62.26%
GREEN value IS 114 (44.92% from 255) = 35.85%
BLUE value IS 6 (2.73% from 255) = 1.89%
R=62.26%
G=35.85%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198114600.420.970.2233.7594.1240
HexC672602A6116225e28
Octal3061626052141264213650
Binary11000110111001011001010101100001101101000101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67206; }

 p { color: rgb(198,114,6); }

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

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

 a { background-color: rgb(198,114,6); }

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

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

 span { border-color: rgb(198,114,6); }

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