Shades of Dark Goldenrod #C6770C
Tints of Dark Goldenrod #C6770C
RGB
CMYK
RGB Variations
Color information
#C6770C (or 0xC6770C) is known color: Dark Goldenrod. HEX triplet: C6, 77 and 0C. RGB value is (198,119,12). Sum of RGB (Red+Green+Blue) = 198+119+12=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C6770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C6770C is #3988F3. Grayscale: #828282. Windows color (decimal): -3770612 or 817094. OLE color: 817094.
HSL color Cylindrical-coordinate representation of color #C6770C: hue angle of 34.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6770C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.22 |
| HSL | 34.52º | 0.89% | 0.41% | - |
| HSV(B) | 34.52º | 0.94% | 0.78% | - |
| XYZ | 29.95 | 25.23 | 3.64 | - |
| YUV | 130.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 12 | 0 | 0.40 | 0.94 | 0.22 | 34.52 | 0.89 | 0.41 |
| Hex | C6 | 77 | C | 0 | 28 | 5E | 16 | 23 | 59 | 29 |
| Octal | 306 | 167 | 14 | 0 | 50 | 136 | 26 | 43 | 131 | 51 |
| Binary | 11000110 | 1110111 | 1100 | 0 | 101000 | 1011110 | 10110 | 100011 | 1011001 | 101001 |
Color Harmonies of #C6770C
Complementary color
Monochromatic Colors of #C6770C
Black with #C6770C
Text Example
Text Example
White with #C6770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6770C; }
p { color: rgb(198,119,12); }
H1.HeaderClassName
{
color: #C6770C;
}
.AnyTagClassName
{
color: #C6770C;
}
</style>
background-color css
<style>
a { background-color: #C6770C; }
a { background-color: rgb(198,119,12); }
div.DivClassName
{
background-color: #C6770C;
}
.BgClassName
{
background-color: #C6770C;
}
</style>
border-color css
<style>
span { border-color: #C6770C; }
span { border-color: rgb(198,119,12); }
td.TdClassName
{
border-color: #C6770C;
}
.TagClassName
{
border-color: #C6770C;
}
</style>