Shades of Hacienda #9F8816
Tints of Hacienda #9F8816
RGB
CMYK
RGB Variations
Color information
#9F8816 (or 0x9F8816) is known color: Hacienda. HEX triplet: 9F, 88 and 16. RGB value is (159,136,22). Sum of RGB (Red+Green+Blue) = 159+136+22=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8816 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8816 is #6077E9. Grayscale: #828282. Windows color (decimal): -6322154 or 1476767. OLE color: 1476767.
HSL color Cylindrical-coordinate representation of color #9F8816: hue angle of 49.93º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F8816 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 22 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.38 |
| HSL | 49.93º | 0.76% | 0.35% | - |
| HSV(B) | 49.93º | 0.86% | 0.62% | - |
| XYZ | 23.25 | 25.04 | 4.37 | - |
| YUV | 129.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 22 | 0 | 0.14 | 0.86 | 0.38 | 49.93 | 0.76 | 0.35 |
| Hex | 9F | 88 | 16 | 0 | E | 56 | 26 | 32 | 4C | 23 |
| Octal | 237 | 210 | 26 | 0 | 16 | 126 | 46 | 62 | 114 | 43 |
| Binary | 10011111 | 10001000 | 10110 | 0 | 1110 | 1010110 | 100110 | 110010 | 1001100 | 100011 |
Color Harmonies of #9F8816
Complementary color
Monochromatic Colors of #9F8816
Black with #9F8816
Text Example
Text Example
White with #9F8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8816; }
p { color: rgb(159,136,22); }
H1.HeaderClassName
{
color: #9F8816;
}
.AnyTagClassName
{
color: #9F8816;
}
</style>
background-color css
<style>
a { background-color: #9F8816; }
a { background-color: rgb(159,136,22); }
div.DivClassName
{
background-color: #9F8816;
}
.BgClassName
{
background-color: #9F8816;
}
</style>
border-color css
<style>
span { border-color: #9F8816; }
span { border-color: rgb(159,136,22); }
td.TdClassName
{
border-color: #9F8816;
}
.TagClassName
{
border-color: #9F8816;
}
</style>