Shades of Dark Goldenrod #C68606
Tints of Dark Goldenrod #C68606
RGB
CMYK
RGB Variations
Color information
#C68606 (or 0xC68606) is known color: Dark Goldenrod. HEX triplet: C6, 86 and 06. RGB value is (198,134,6). Sum of RGB (Red+Green+Blue) = 198+134+6=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C68606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68606 is #3979F9. Grayscale: #8B8B8B. Windows color (decimal): -3766778 or 427718. OLE color: 427718.
HSL color Cylindrical-coordinate representation of color #C68606: hue angle of 40º 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 #C68606 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 134 | 6 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.22 |
| HSL | 40º | 0.94% | 0.4% | - |
| HSV(B) | 40º | 0.97% | 0.78% | - |
| XYZ | 31.85 | 29.07 | 4.1 | - |
| YUV | 138.54 | 53.2 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 134 | 6 | 0 | 0.32 | 0.97 | 0.22 | 40 | 0.94 | 0.4 |
| Hex | C6 | 86 | 6 | 0 | 20 | 61 | 16 | 28 | 5E | 28 |
| Octal | 306 | 206 | 6 | 0 | 40 | 141 | 26 | 50 | 136 | 50 |
| Binary | 11000110 | 10000110 | 110 | 0 | 100000 | 1100001 | 10110 | 101000 | 1011110 | 101000 |
Color Harmonies of #C68606
Complementary color
Monochromatic Colors of #C68606
Black with #C68606
Text Example
Text Example
White with #C68606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68606; }
p { color: rgb(198,134,6); }
H1.HeaderClassName
{
color: #C68606;
}
.AnyTagClassName
{
color: #C68606;
}
</style>
background-color css
<style>
a { background-color: #C68606; }
a { background-color: rgb(198,134,6); }
div.DivClassName
{
background-color: #C68606;
}
.BgClassName
{
background-color: #C68606;
}
</style>
border-color css
<style>
span { border-color: #C68606; }
span { border-color: rgb(198,134,6); }
td.TdClassName
{
border-color: #C68606;
}
.TagClassName
{
border-color: #C68606;
}
</style>