Shades of Hacienda #9F860B
Tints of Hacienda #9F860B
RGB
CMYK
RGB Variations
Color information
#9F860B (or 0x9F860B) is known color: Hacienda. HEX triplet: 9F, 86 and 0B. RGB value is (159,134,11). Sum of RGB (Red+Green+Blue) = 159+134+11=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 11 (4.69% from 255 or 3.62% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F860B is #6079F4. Grayscale: #7F7F7F. Windows color (decimal): -6322677 or 755359. OLE color: 755359.
HSL color Cylindrical-coordinate representation of color #9F860B: hue angle of 49.86º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9F860B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 11 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.38 |
| HSL | 49.86º | 0.87% | 0.33% | - |
| HSV(B) | 49.86º | 0.93% | 0.62% | - |
| XYZ | 22.88 | 24.45 | 3.83 | - |
| YUV | 127.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 11 | 0 | 0.16 | 0.93 | 0.38 | 49.86 | 0.87 | 0.33 |
| Hex | 9F | 86 | B | 0 | 10 | 5D | 26 | 32 | 57 | 21 |
| Octal | 237 | 206 | 13 | 0 | 20 | 135 | 46 | 62 | 127 | 41 |
| Binary | 10011111 | 10000110 | 1011 | 0 | 10000 | 1011101 | 100110 | 110010 | 1010111 | 100001 |
Color Harmonies of #9F860B
Complementary color
Monochromatic Colors of #9F860B
Black with #9F860B
Text Example
Text Example
White with #9F860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F860B; }
p { color: rgb(159,134,11); }
H1.HeaderClassName
{
color: #9F860B;
}
.AnyTagClassName
{
color: #9F860B;
}
</style>
background-color css
<style>
a { background-color: #9F860B; }
a { background-color: rgb(159,134,11); }
div.DivClassName
{
background-color: #9F860B;
}
.BgClassName
{
background-color: #9F860B;
}
</style>
border-color css
<style>
span { border-color: #9F860B; }
span { border-color: rgb(159,134,11); }
td.TdClassName
{
border-color: #9F860B;
}
.TagClassName
{
border-color: #9F860B;
}
</style>