Shades of Dark Goldenrod #C6890C
Tints of Dark Goldenrod #C6890C
RGB
CMYK
RGB Variations
Color information
#C6890C (or 0xC6890C) is known color: Dark Goldenrod. HEX triplet: C6, 89 and 0C. RGB value is (198,137,12). Sum of RGB (Red+Green+Blue) = 198+137+12=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6890C is #3976F3. Grayscale: #8D8D8D. Windows color (decimal): -3766004 or 821702. OLE color: 821702.
HSL color Cylindrical-coordinate representation of color #C6890C: hue angle of 40.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6890C is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 137 | 12 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.22 |
| HSL | 40.32º | 0.89% | 0.41% | - |
| HSV(B) | 40.32º | 0.94% | 0.78% | - |
| XYZ | 32.3 | 29.92 | 4.42 | - |
| YUV | 140.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 137 | 12 | 0 | 0.31 | 0.94 | 0.22 | 40.32 | 0.89 | 0.41 |
| Hex | C6 | 89 | C | 0 | 1F | 5E | 16 | 28 | 59 | 29 |
| Octal | 306 | 211 | 14 | 0 | 37 | 136 | 26 | 50 | 131 | 51 |
| Binary | 11000110 | 10001001 | 1100 | 0 | 11111 | 1011110 | 10110 | 101000 | 1011001 | 101001 |
Color Harmonies of #C6890C
Complementary color
Monochromatic Colors of #C6890C
Black with #C6890C
Text Example
Text Example
White with #C6890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6890C; }
p { color: rgb(198,137,12); }
H1.HeaderClassName
{
color: #C6890C;
}
.AnyTagClassName
{
color: #C6890C;
}
</style>
background-color css
<style>
a { background-color: #C6890C; }
a { background-color: rgb(198,137,12); }
div.DivClassName
{
background-color: #C6890C;
}
.BgClassName
{
background-color: #C6890C;
}
</style>
border-color css
<style>
span { border-color: #C6890C; }
span { border-color: rgb(198,137,12); }
td.TdClassName
{
border-color: #C6890C;
}
.TagClassName
{
border-color: #C6890C;
}
</style>