Shades of Dark Goldenrod #C6810A
Tints of Dark Goldenrod #C6810A
RGB
CMYK
RGB Variations
Color information
#C6810A (or 0xC6810A) is known color: Dark Goldenrod. HEX triplet: C6, 81 and 0A. RGB value is (198,129,10). Sum of RGB (Red+Green+Blue) = 198+129+10=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 10 (4.30% from 255 or 2.97% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C6810A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6810A is #397EF5. Grayscale: #888888. Windows color (decimal): -3768054 or 688582. OLE color: 688582.
HSL color Cylindrical-coordinate representation of color #C6810A: hue angle of 37.98º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6810A is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 129 | 10 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.22 |
| HSL | 37.98º | 0.9% | 0.41% | - |
| HSV(B) | 37.98º | 0.95% | 0.78% | - |
| XYZ | 31.19 | 27.73 | 4 | - |
| YUV | 136.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 129 | 10 | 0 | 0.35 | 0.95 | 0.22 | 37.98 | 0.9 | 0.41 |
| Hex | C6 | 81 | A | 0 | 23 | 5F | 16 | 26 | 5A | 29 |
| Octal | 306 | 201 | 12 | 0 | 43 | 137 | 26 | 46 | 132 | 51 |
| Binary | 11000110 | 10000001 | 1010 | 0 | 100011 | 1011111 | 10110 | 100110 | 1011010 | 101001 |
Color Harmonies of #C6810A
Complementary color
Monochromatic Colors of #C6810A
Black with #C6810A
Text Example
Text Example
White with #C6810A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6810A; }
p { color: rgb(198,129,10); }
H1.HeaderClassName
{
color: #C6810A;
}
.AnyTagClassName
{
color: #C6810A;
}
</style>
background-color css
<style>
a { background-color: #C6810A; }
a { background-color: rgb(198,129,10); }
div.DivClassName
{
background-color: #C6810A;
}
.BgClassName
{
background-color: #C6810A;
}
</style>
border-color css
<style>
span { border-color: #C6810A; }
span { border-color: rgb(198,129,10); }
td.TdClassName
{
border-color: #C6810A;
}
.TagClassName
{
border-color: #C6810A;
}
</style>