Shades of Dark Goldenrod #C77606
Tints of Dark Goldenrod #C77606
RGB
CMYK
RGB Variations
Color information
#C77606 (or 0xC77606) is known color: Dark Goldenrod. HEX triplet: C7, 76 and 06. RGB value is (199,118,6). Sum of RGB (Red+Green+Blue) = 199+118+6=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C77606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C77606 is #3889F9. Grayscale: #818181. Windows color (decimal): -3705338 or 423623. OLE color: 423623.
HSL color Cylindrical-coordinate representation of color #C77606: hue angle of 34.82º 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 #C77606 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 118 | 6 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.22 |
| HSL | 34.82º | 0.94% | 0.4% | - |
| HSV(B) | 34.82º | 0.97% | 0.78% | - |
| XYZ | 30.06 | 25.11 | 3.43 | - |
| YUV | 129.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 118 | 6 | 0 | 0.41 | 0.97 | 0.22 | 34.82 | 0.94 | 0.4 |
| Hex | C7 | 76 | 6 | 0 | 29 | 61 | 16 | 23 | 5E | 28 |
| Octal | 307 | 166 | 6 | 0 | 51 | 141 | 26 | 43 | 136 | 50 |
| Binary | 11000111 | 1110110 | 110 | 0 | 101001 | 1100001 | 10110 | 100011 | 1011110 | 101000 |
Color Harmonies of #C77606
Complementary color
Monochromatic Colors of #C77606
Black with #C77606
Text Example
Text Example
White with #C77606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77606; }
p { color: rgb(199,118,6); }
H1.HeaderClassName
{
color: #C77606;
}
.AnyTagClassName
{
color: #C77606;
}
</style>
background-color css
<style>
a { background-color: #C77606; }
a { background-color: rgb(199,118,6); }
div.DivClassName
{
background-color: #C77606;
}
.BgClassName
{
background-color: #C77606;
}
</style>
border-color css
<style>
span { border-color: #C77606; }
span { border-color: rgb(199,118,6); }
td.TdClassName
{
border-color: #C77606;
}
.TagClassName
{
border-color: #C77606;
}
</style>