Shades of Hacienda #9F8717
Tints of Hacienda #9F8717
RGB
CMYK
RGB Variations
Color information
#9F8717 (or 0x9F8717) is known color: Hacienda. HEX triplet: 9F, 87 and 17. RGB value is (159,135,23). Sum of RGB (Red+Green+Blue) = 159+135+23=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8717 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8717 is #6078E8. Grayscale: #818181. Windows color (decimal): -6322409 or 1542047. OLE color: 1542047.
HSL color Cylindrical-coordinate representation of color #9F8717: hue angle of 49.41º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F8717 is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 23 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.38 |
| HSL | 49.41º | 0.75% | 0.36% | - |
| HSV(B) | 49.41º | 0.86% | 0.62% | - |
| XYZ | 23.12 | 24.76 | 4.37 | - |
| YUV | 129.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 23 | 0 | 0.15 | 0.86 | 0.38 | 49.41 | 0.75 | 0.36 |
| Hex | 9F | 87 | 17 | 0 | F | 56 | 26 | 31 | 4B | 24 |
| Octal | 237 | 207 | 27 | 0 | 17 | 126 | 46 | 61 | 113 | 44 |
| Binary | 10011111 | 10000111 | 10111 | 0 | 1111 | 1010110 | 100110 | 110001 | 1001011 | 100100 |
Color Harmonies of #9F8717
Complementary color
Monochromatic Colors of #9F8717
Black with #9F8717
Text Example
Text Example
White with #9F8717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8717; }
p { color: rgb(159,135,23); }
H1.HeaderClassName
{
color: #9F8717;
}
.AnyTagClassName
{
color: #9F8717;
}
</style>
background-color css
<style>
a { background-color: #9F8717; }
a { background-color: rgb(159,135,23); }
div.DivClassName
{
background-color: #9F8717;
}
.BgClassName
{
background-color: #9F8717;
}
</style>
border-color css
<style>
span { border-color: #9F8717; }
span { border-color: rgb(159,135,23); }
td.TdClassName
{
border-color: #9F8717;
}
.TagClassName
{
border-color: #9F8717;
}
</style>