#C69406

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

Shades of Dark Goldenrod #C69406

Tints of Dark Goldenrod #C69406

Color information

#C69406 (or 0xC69406) is unknown color: approx Dark Goldenrod. HEX triplet: C6, 94 and 06. RGB value is (198,148,6). Sum of RGB (Red+Green+Blue) = 198+148+6=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C69406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69406 is #396BF9. Grayscale: #939393. Windows color (decimal): -3763194 or 431302. OLE color: 431302.

HSL color Cylindrical-coordinate representation of color #C69406: hue angle of 44.38º 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 #C69406 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1981486-
CMYK00.250.970.22
HSL44.38º94.12%40%-
HSV(B)44.38º96.97%77.65%-
XYZ33.9133.24.79-
YUV146.7648.56164.55-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 148 (58.20% from 255) = 42.05%
BLUE value IS 6 (2.73% from 255) = 1.70%
R=56.25%
G=42.05%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198148600.250.970.2244.3894.1240
HexC694601961162c5e28
Octal3062246031141265413650
Binary11000110100101001100110011100001101101011001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69406; }

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

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

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

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

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

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

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

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