Shades of Dark Goldenrod #C67607
Tints of Dark Goldenrod #C67607
RGB
CMYK
RGB Variations
Color information
#C67607 (or 0xC67607) is known color: Dark Goldenrod. HEX triplet: C6, 76 and 07. RGB value is (198,118,7). Sum of RGB (Red+Green+Blue) = 198+118+7=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C67607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C67607 is #3989F8. Grayscale: #818181. Windows color (decimal): -3770873 or 489158. OLE color: 489158.
HSL color Cylindrical-coordinate representation of color #C67607: hue angle of 34.87º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C67607 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 118 | 7 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.22 |
| HSL | 34.87º | 0.93% | 0.4% | - |
| HSV(B) | 34.87º | 0.96% | 0.78% | - |
| XYZ | 29.81 | 24.98 | 3.45 | - |
| YUV | 129.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 118 | 7 | 0 | 0.40 | 0.96 | 0.22 | 34.87 | 0.93 | 0.4 |
| Hex | C6 | 76 | 7 | 0 | 28 | 60 | 16 | 23 | 5D | 28 |
| Octal | 306 | 166 | 7 | 0 | 50 | 140 | 26 | 43 | 135 | 50 |
| Binary | 11000110 | 1110110 | 111 | 0 | 101000 | 1100000 | 10110 | 100011 | 1011101 | 101000 |
Color Harmonies of #C67607
Complementary color
Monochromatic Colors of #C67607
Black with #C67607
Text Example
Text Example
White with #C67607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67607; }
p { color: rgb(198,118,7); }
H1.HeaderClassName
{
color: #C67607;
}
.AnyTagClassName
{
color: #C67607;
}
</style>
background-color css
<style>
a { background-color: #C67607; }
a { background-color: rgb(198,118,7); }
div.DivClassName
{
background-color: #C67607;
}
.BgClassName
{
background-color: #C67607;
}
</style>
border-color css
<style>
span { border-color: #C67607; }
span { border-color: rgb(198,118,7); }
td.TdClassName
{
border-color: #C67607;
}
.TagClassName
{
border-color: #C67607;
}
</style>