Shades of Dark Goldenrod #C68716
Tints of Dark Goldenrod #C68716
RGB
CMYK
RGB Variations
Color information
#C68716 (or 0xC68716) is known color: Dark Goldenrod. HEX triplet: C6, 87 and 16. RGB value is (198,135,22). Sum of RGB (Red+Green+Blue) = 198+135+22=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C68716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68716 is #3978E9. Grayscale: #8D8D8D. Windows color (decimal): -3766506 or 1476550. OLE color: 1476550.
HSL color Cylindrical-coordinate representation of color #C68716: hue angle of 38.52º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C68716 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 135 | 22 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.22 |
| HSL | 38.52º | 0.8% | 0.43% | - |
| HSV(B) | 38.52º | 0.89% | 0.78% | - |
| XYZ | 32.1 | 29.39 | 4.74 | - |
| YUV | 140.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 135 | 22 | 0 | 0.32 | 0.89 | 0.22 | 38.52 | 0.8 | 0.43 |
| Hex | C6 | 87 | 16 | 0 | 20 | 59 | 16 | 27 | 50 | 2B |
| Octal | 306 | 207 | 26 | 0 | 40 | 131 | 26 | 47 | 120 | 53 |
| Binary | 11000110 | 10000111 | 10110 | 0 | 100000 | 1011001 | 10110 | 100111 | 1010000 | 101011 |
Color Harmonies of #C68716
Complementary color
Monochromatic Colors of #C68716
Black with #C68716
Text Example
Text Example
White with #C68716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68716; }
p { color: rgb(198,135,22); }
H1.HeaderClassName
{
color: #C68716;
}
.AnyTagClassName
{
color: #C68716;
}
</style>
background-color css
<style>
a { background-color: #C68716; }
a { background-color: rgb(198,135,22); }
div.DivClassName
{
background-color: #C68716;
}
.BgClassName
{
background-color: #C68716;
}
</style>
border-color css
<style>
span { border-color: #C68716; }
span { border-color: rgb(198,135,22); }
td.TdClassName
{
border-color: #C68716;
}
.TagClassName
{
border-color: #C68716;
}
</style>