Shades of Dark Goldenrod #C68206
Tints of Dark Goldenrod #C68206
RGB
CMYK
RGB Variations
Color information
#C68206 (or 0xC68206) is known color: Dark Goldenrod. HEX triplet: C6, 82 and 06. RGB value is (198,130,6). Sum of RGB (Red+Green+Blue) = 198+130+6=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C68206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68206 is #397DF9. Grayscale: #888888. Windows color (decimal): -3767802 or 426694. OLE color: 426694.
HSL color Cylindrical-coordinate representation of color #C68206: hue angle of 38.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 #C68206 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 6 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.22 |
| HSL | 38.75º | 0.94% | 0.4% | - |
| HSV(B) | 38.75º | 0.97% | 0.78% | - |
| XYZ | 31.3 | 27.98 | 3.92 | - |
| YUV | 136.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 6 | 0 | 0.34 | 0.97 | 0.22 | 38.75 | 0.94 | 0.4 |
| Hex | C6 | 82 | 6 | 0 | 22 | 61 | 16 | 27 | 5E | 28 |
| Octal | 306 | 202 | 6 | 0 | 42 | 141 | 26 | 47 | 136 | 50 |
| Binary | 11000110 | 10000010 | 110 | 0 | 100010 | 1100001 | 10110 | 100111 | 1011110 | 101000 |
Color Harmonies of #C68206
Complementary color
Monochromatic Colors of #C68206
Black with #C68206
Text Example
Text Example
White with #C68206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68206; }
p { color: rgb(198,130,6); }
H1.HeaderClassName
{
color: #C68206;
}
.AnyTagClassName
{
color: #C68206;
}
</style>
background-color css
<style>
a { background-color: #C68206; }
a { background-color: rgb(198,130,6); }
div.DivClassName
{
background-color: #C68206;
}
.BgClassName
{
background-color: #C68206;
}
</style>
border-color css
<style>
span { border-color: #C68206; }
span { border-color: rgb(198,130,6); }
td.TdClassName
{
border-color: #C68206;
}
.TagClassName
{
border-color: #C68206;
}
</style>