Shades of Dark Goldenrod #C6850F
Tints of Dark Goldenrod #C6850F
RGB
CMYK
RGB Variations
Color information
#C6850F (or 0xC6850F) is known color: Dark Goldenrod. HEX triplet: C6, 85 and 0F. RGB value is (198,133,15). Sum of RGB (Red+Green+Blue) = 198+133+15=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6850F is #397AF0. Grayscale: #8B8B8B. Windows color (decimal): -3767025 or 1017286. OLE color: 1017286.
HSL color Cylindrical-coordinate representation of color #C6850F: hue angle of 38.69º degrees, saturation: 0.86, 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 #C6850F is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 133 | 15 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.22 |
| HSL | 38.69º | 0.86% | 0.42% | - |
| HSV(B) | 38.69º | 0.92% | 0.78% | - |
| XYZ | 31.76 | 28.82 | 4.34 | - |
| YUV | 138.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 133 | 15 | 0 | 0.33 | 0.92 | 0.22 | 38.69 | 0.86 | 0.42 |
| Hex | C6 | 85 | F | 0 | 21 | 5C | 16 | 27 | 56 | 2A |
| Octal | 306 | 205 | 17 | 0 | 41 | 134 | 26 | 47 | 126 | 52 |
| Binary | 11000110 | 10000101 | 1111 | 0 | 100001 | 1011100 | 10110 | 100111 | 1010110 | 101010 |
Color Harmonies of #C6850F
Complementary color
Monochromatic Colors of #C6850F
Black with #C6850F
Text Example
Text Example
White with #C6850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6850F; }
p { color: rgb(198,133,15); }
H1.HeaderClassName
{
color: #C6850F;
}
.AnyTagClassName
{
color: #C6850F;
}
</style>
background-color css
<style>
a { background-color: #C6850F; }
a { background-color: rgb(198,133,15); }
div.DivClassName
{
background-color: #C6850F;
}
.BgClassName
{
background-color: #C6850F;
}
</style>
border-color css
<style>
span { border-color: #C6850F; }
span { border-color: rgb(198,133,15); }
td.TdClassName
{
border-color: #C6850F;
}
.TagClassName
{
border-color: #C6850F;
}
</style>