Shades of Dark Goldenrod #9E8706
Tints of Dark Goldenrod #9E8706
RGB
CMYK
RGB Variations
Color information
#9E8706 (or 0x9E8706) is known color: Dark Goldenrod. HEX triplet: 9E, 87 and 06. RGB value is (158,135,6). Sum of RGB (Red+Green+Blue) = 158+135+6=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8706 is #6178F9. Grayscale: #7F7F7F. Windows color (decimal): -6387962 or 427934. OLE color: 427934.
HSL color Cylindrical-coordinate representation of color #9E8706: hue angle of 50.92º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E8706 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 6 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.38 |
| HSL | 50.92º | 0.93% | 0.32% | - |
| HSV(B) | 50.92º | 0.96% | 0.62% | - |
| XYZ | 22.8 | 24.61 | 3.72 | - |
| YUV | 127.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 6 | 0 | 0.15 | 0.96 | 0.38 | 50.92 | 0.93 | 0.32 |
| Hex | 9E | 87 | 6 | 0 | F | 60 | 26 | 33 | 5D | 20 |
| Octal | 236 | 207 | 6 | 0 | 17 | 140 | 46 | 63 | 135 | 40 |
| Binary | 10011110 | 10000111 | 110 | 0 | 1111 | 1100000 | 100110 | 110011 | 1011101 | 100000 |
Color Harmonies of #9E8706
Complementary color
Monochromatic Colors of #9E8706
Black with #9E8706
Text Example
Text Example
White with #9E8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8706; }
p { color: rgb(158,135,6); }
H1.HeaderClassName
{
color: #9E8706;
}
.AnyTagClassName
{
color: #9E8706;
}
</style>
background-color css
<style>
a { background-color: #9E8706; }
a { background-color: rgb(158,135,6); }
div.DivClassName
{
background-color: #9E8706;
}
.BgClassName
{
background-color: #9E8706;
}
</style>
border-color css
<style>
span { border-color: #9E8706; }
span { border-color: rgb(158,135,6); }
td.TdClassName
{
border-color: #9E8706;
}
.TagClassName
{
border-color: #9E8706;
}
</style>