Shades of Hacienda #9F8610
Tints of Hacienda #9F8610
RGB
CMYK
RGB Variations
Color information
#9F8610 (or 0x9F8610) is known color: Hacienda. HEX triplet: 9F, 86 and 10. RGB value is (159,134,16). Sum of RGB (Red+Green+Blue) = 159+134+16=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8610 is #6079EF. Grayscale: #808080. Windows color (decimal): -6322672 or 1083039. OLE color: 1083039.
HSL color Cylindrical-coordinate representation of color #9F8610: hue angle of 49.51º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F8610 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 16 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.38 |
| HSL | 49.51º | 0.82% | 0.34% | - |
| HSV(B) | 49.51º | 0.9% | 0.62% | - |
| XYZ | 22.92 | 24.46 | 4 | - |
| YUV | 128.02 | 64.78 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 16 | 0 | 0.16 | 0.90 | 0.38 | 49.51 | 0.82 | 0.34 |
| Hex | 9F | 86 | 10 | 0 | 10 | 5A | 26 | 32 | 52 | 22 |
| Octal | 237 | 206 | 20 | 0 | 20 | 132 | 46 | 62 | 122 | 42 |
| Binary | 10011111 | 10000110 | 10000 | 0 | 10000 | 1011010 | 100110 | 110010 | 1010010 | 100010 |
Color Harmonies of #9F8610
Complementary color
Monochromatic Colors of #9F8610
Black with #9F8610
Text Example
Text Example
White with #9F8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8610; }
p { color: rgb(159,134,16); }
H1.HeaderClassName
{
color: #9F8610;
}
.AnyTagClassName
{
color: #9F8610;
}
</style>
background-color css
<style>
a { background-color: #9F8610; }
a { background-color: rgb(159,134,16); }
div.DivClassName
{
background-color: #9F8610;
}
.BgClassName
{
background-color: #9F8610;
}
</style>
border-color css
<style>
span { border-color: #9F8610; }
span { border-color: rgb(159,134,16); }
td.TdClassName
{
border-color: #9F8610;
}
.TagClassName
{
border-color: #9F8610;
}
</style>