Shades of Dark Goldenrod #9E8506
Tints of Dark Goldenrod #9E8506
RGB
CMYK
RGB Variations
Color information
#9E8506 (or 0x9E8506) is known color: Dark Goldenrod. HEX triplet: 9E, 85 and 06. RGB value is (158,133,6). Sum of RGB (Red+Green+Blue) = 158+133+6=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8506 is #617AF9. Grayscale: #7E7E7E. Windows color (decimal): -6388474 or 427422. OLE color: 427422.
HSL color Cylindrical-coordinate representation of color #9E8506: hue angle of 50.13º 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 #9E8506 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 6 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.38 |
| HSL | 50.13º | 0.93% | 0.32% | - |
| HSV(B) | 50.13º | 0.96% | 0.62% | - |
| XYZ | 22.52 | 24.06 | 3.63 | - |
| YUV | 126 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 6 | 0 | 0.16 | 0.96 | 0.38 | 50.13 | 0.93 | 0.32 |
| Hex | 9E | 85 | 6 | 0 | 10 | 60 | 26 | 32 | 5D | 20 |
| Octal | 236 | 205 | 6 | 0 | 20 | 140 | 46 | 62 | 135 | 40 |
| Binary | 10011110 | 10000101 | 110 | 0 | 10000 | 1100000 | 100110 | 110010 | 1011101 | 100000 |
Color Harmonies of #9E8506
Complementary color
Monochromatic Colors of #9E8506
Black with #9E8506
Text Example
Text Example
White with #9E8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8506; }
p { color: rgb(158,133,6); }
H1.HeaderClassName
{
color: #9E8506;
}
.AnyTagClassName
{
color: #9E8506;
}
</style>
background-color css
<style>
a { background-color: #9E8506; }
a { background-color: rgb(158,133,6); }
div.DivClassName
{
background-color: #9E8506;
}
.BgClassName
{
background-color: #9E8506;
}
</style>
border-color css
<style>
span { border-color: #9E8506; }
span { border-color: rgb(158,133,6); }
td.TdClassName
{
border-color: #9E8506;
}
.TagClassName
{
border-color: #9E8506;
}
</style>