Shades of Dark Goldenrod #C68410
Tints of Dark Goldenrod #C68410
RGB
CMYK
RGB Variations
Color information
#C68410 (or 0xC68410) is known color: Dark Goldenrod. HEX triplet: C6, 84 and 10. RGB value is (198,132,16). Sum of RGB (Red+Green+Blue) = 198+132+16=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C68410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68410 is #397BEF. Grayscale: #8B8B8B. Windows color (decimal): -3767280 or 1082566. OLE color: 1082566.
HSL color Cylindrical-coordinate representation of color #C68410: hue angle of 38.24º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C68410 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.22 |
| HSL | 38.24º | 0.85% | 0.42% | - |
| HSV(B) | 38.24º | 0.92% | 0.78% | - |
| XYZ | 31.63 | 28.55 | 4.33 | - |
| YUV | 138.51 | 58.87 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 16 | 0 | 0.33 | 0.92 | 0.22 | 38.24 | 0.85 | 0.42 |
| Hex | C6 | 84 | 10 | 0 | 21 | 5C | 16 | 26 | 55 | 2A |
| Octal | 306 | 204 | 20 | 0 | 41 | 134 | 26 | 46 | 125 | 52 |
| Binary | 11000110 | 10000100 | 10000 | 0 | 100001 | 1011100 | 10110 | 100110 | 1010101 | 101010 |
Color Harmonies of #C68410
Complementary color
Monochromatic Colors of #C68410
Black with #C68410
Text Example
Text Example
White with #C68410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68410; }
p { color: rgb(198,132,16); }
H1.HeaderClassName
{
color: #C68410;
}
.AnyTagClassName
{
color: #C68410;
}
</style>
background-color css
<style>
a { background-color: #C68410; }
a { background-color: rgb(198,132,16); }
div.DivClassName
{
background-color: #C68410;
}
.BgClassName
{
background-color: #C68410;
}
</style>
border-color css
<style>
span { border-color: #C68410; }
span { border-color: rgb(198,132,16); }
td.TdClassName
{
border-color: #C68410;
}
.TagClassName
{
border-color: #C68410;
}
</style>