Shades of Dark Goldenrod #C6890E
Tints of Dark Goldenrod #C6890E
RGB
CMYK
RGB Variations
Color information
#C6890E (or 0xC6890E) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 0E. RGB value is (198,137,14). Sum of RGB (Red+Green+Blue) = 198+137+14=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C6890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6890E is #3976F1. Grayscale: #8D8D8D. Windows color (decimal): -3766002 or 952774. OLE color: 952774.
HSL color Cylindrical-coordinate representation of color #C6890E: hue angle of 40.11º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6890E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.22 |
| HSL | 40.11º | 0.87% | 0.42% | - |
| HSV(B) | 40.11º | 0.93% | 0.78% | - |
| XYZ | 32.31 | 29.93 | 4.49 | - |
| YUV | 141.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 14 | 0 | 0.31 | 0.93 | 0.22 | 40.11 | 0.87 | 0.42 |
| Hex | C6 | 89 | E | 0 | 1F | 5D | 16 | 28 | 57 | 2A |
| Octal | 306 | 211 | 16 | 0 | 37 | 135 | 26 | 50 | 127 | 52 |
| Binary | 11000110 | 10001001 | 1110 | 0 | 11111 | 1011101 | 10110 | 101000 | 1010111 | 101010 |
Color Harmonies of #C6890E
Complementary color
Monochromatic Colors of #C6890E
Black with #C6890E
Text Example
Text Example
White with #C6890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6890E; }
p { color: rgb(198,137,14); }
H1.HeaderClassName
{
color: #C6890E;
}
.AnyTagClassName
{
color: #C6890E;
}
</style>
background-color css
<style>
a { background-color: #C6890E; }
a { background-color: rgb(198,137,14); }
div.DivClassName
{
background-color: #C6890E;
}
.BgClassName
{
background-color: #C6890E;
}
</style>
border-color css
<style>
span { border-color: #C6890E; }
span { border-color: rgb(198,137,14); }
td.TdClassName
{
border-color: #C6890E;
}
.TagClassName
{
border-color: #C6890E;
}
</style>