Shades of Hacienda #9F8616
Tints of Hacienda #9F8616
RGB
CMYK
RGB Variations
Color information
#9F8616 (or 0x9F8616) is known color: Hacienda. HEX triplet: 9F, 86 and 16. RGB value is (159,134,22). Sum of RGB (Red+Green+Blue) = 159+134+22=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8616 is #6079E9. Grayscale: #818181. Windows color (decimal): -6322666 or 1476255. OLE color: 1476255.
HSL color Cylindrical-coordinate representation of color #9F8616: hue angle of 49.05º 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 #9F8616 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 22 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.38 |
| HSL | 49.05º | 0.76% | 0.35% | - |
| HSV(B) | 49.05º | 0.86% | 0.62% | - |
| XYZ | 22.97 | 24.48 | 4.27 | - |
| YUV | 128.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 22 | 0 | 0.16 | 0.86 | 0.38 | 49.05 | 0.76 | 0.35 |
| Hex | 9F | 86 | 16 | 0 | 10 | 56 | 26 | 31 | 4C | 23 |
| Octal | 237 | 206 | 26 | 0 | 20 | 126 | 46 | 61 | 114 | 43 |
| Binary | 10011111 | 10000110 | 10110 | 0 | 10000 | 1010110 | 100110 | 110001 | 1001100 | 100011 |
Color Harmonies of #9F8616
Complementary color
Monochromatic Colors of #9F8616
Black with #9F8616
Text Example
Text Example
White with #9F8616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8616; }
p { color: rgb(159,134,22); }
H1.HeaderClassName
{
color: #9F8616;
}
.AnyTagClassName
{
color: #9F8616;
}
</style>
background-color css
<style>
a { background-color: #9F8616; }
a { background-color: rgb(159,134,22); }
div.DivClassName
{
background-color: #9F8616;
}
.BgClassName
{
background-color: #9F8616;
}
</style>
border-color css
<style>
span { border-color: #9F8616; }
span { border-color: rgb(159,134,22); }
td.TdClassName
{
border-color: #9F8616;
}
.TagClassName
{
border-color: #9F8616;
}
</style>