Shades of Dark Goldenrod #C6810C
Tints of Dark Goldenrod #C6810C
RGB
CMYK
RGB Variations
Color information
#C6810C (or 0xC6810C) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 0C. RGB value is (198,129,12). Sum of RGB (Red+Green+Blue) = 198+129+12=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6810C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6810C is #397EF3. Grayscale: #888888. Windows color (decimal): -3768052 or 819654. OLE color: 819654.
HSL color Cylindrical-coordinate representation of color #C6810C: hue angle of 37.74º 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 #C6810C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.22 |
| HSL | 37.74º | 0.89% | 0.41% | - |
| HSV(B) | 37.74º | 0.94% | 0.78% | - |
| XYZ | 31.21 | 27.73 | 4.06 | - |
| YUV | 136.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 12 | 0 | 0.35 | 0.94 | 0.22 | 37.74 | 0.89 | 0.41 |
| Hex | C6 | 81 | C | 0 | 23 | 5E | 16 | 26 | 59 | 29 |
| Octal | 306 | 201 | 14 | 0 | 43 | 136 | 26 | 46 | 131 | 51 |
| Binary | 11000110 | 10000001 | 1100 | 0 | 100011 | 1011110 | 10110 | 100110 | 1011001 | 101001 |
Color Harmonies of #C6810C
Complementary color
Monochromatic Colors of #C6810C
Black with #C6810C
Text Example
Text Example
White with #C6810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6810C; }
p { color: rgb(198,129,12); }
H1.HeaderClassName
{
color: #C6810C;
}
.AnyTagClassName
{
color: #C6810C;
}
</style>
background-color css
<style>
a { background-color: #C6810C; }
a { background-color: rgb(198,129,12); }
div.DivClassName
{
background-color: #C6810C;
}
.BgClassName
{
background-color: #C6810C;
}
</style>
border-color css
<style>
span { border-color: #C6810C; }
span { border-color: rgb(198,129,12); }
td.TdClassName
{
border-color: #C6810C;
}
.TagClassName
{
border-color: #C6810C;
}
</style>