Shades of Dark Goldenrod #9F8706
Tints of Dark Goldenrod #9F8706
RGB
CMYK
RGB Variations
Color information
#9F8706 (or 0x9F8706) is known color: Dark Goldenrod. HEX triplet: 9F, 87 and 06. RGB value is (159,135,6). Sum of RGB (Red+Green+Blue) = 159+135+6=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8706 is #6078F9. Grayscale: #808080. Windows color (decimal): -6322426 or 427935. OLE color: 427935.
HSL color Cylindrical-coordinate representation of color #9F8706: hue angle of 50.59º 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 #9F8706 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 6 | - |
| CMYK | 0 | 0.15 | 0.96 | 0.38 |
| HSL | 50.59º | 0.93% | 0.32% | - |
| HSV(B) | 50.59º | 0.96% | 0.62% | - |
| XYZ | 22.99 | 24.71 | 3.73 | - |
| YUV | 127.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 6 | 0 | 0.15 | 0.96 | 0.38 | 50.59 | 0.93 | 0.32 |
| Hex | 9F | 87 | 6 | 0 | F | 60 | 26 | 33 | 5D | 20 |
| Octal | 237 | 207 | 6 | 0 | 17 | 140 | 46 | 63 | 135 | 40 |
| Binary | 10011111 | 10000111 | 110 | 0 | 1111 | 1100000 | 100110 | 110011 | 1011101 | 100000 |
Color Harmonies of #9F8706
Complementary color
Monochromatic Colors of #9F8706
Black with #9F8706
Text Example
Text Example
White with #9F8706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8706; }
p { color: rgb(159,135,6); }
H1.HeaderClassName
{
color: #9F8706;
}
.AnyTagClassName
{
color: #9F8706;
}
</style>
background-color css
<style>
a { background-color: #9F8706; }
a { background-color: rgb(159,135,6); }
div.DivClassName
{
background-color: #9F8706;
}
.BgClassName
{
background-color: #9F8706;
}
</style>
border-color css
<style>
span { border-color: #9F8706; }
span { border-color: rgb(159,135,6); }
td.TdClassName
{
border-color: #9F8706;
}
.TagClassName
{
border-color: #9F8706;
}
</style>