Shades of Hacienda #9F880B
Tints of Hacienda #9F880B
RGB
CMYK
RGB Variations
Color information
#9F880B (or 0x9F880B) is known color: Hacienda. HEX triplet: 9F, 88 and 0B. RGB value is (159,136,11). Sum of RGB (Red+Green+Blue) = 159+136+11=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F880B is #6077F4. Grayscale: #818181. Windows color (decimal): -6322165 or 755871. OLE color: 755871.
HSL color Cylindrical-coordinate representation of color #9F880B: hue angle of 50.68º 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 #9F880B is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 11 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.38 |
| HSL | 50.68º | 0.87% | 0.33% | - |
| HSV(B) | 50.68º | 0.93% | 0.62% | - |
| XYZ | 23.16 | 25 | 3.92 | - |
| YUV | 128.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 11 | 0 | 0.14 | 0.93 | 0.38 | 50.68 | 0.87 | 0.33 |
| Hex | 9F | 88 | B | 0 | E | 5D | 26 | 33 | 57 | 21 |
| Octal | 237 | 210 | 13 | 0 | 16 | 135 | 46 | 63 | 127 | 41 |
| Binary | 10011111 | 10001000 | 1011 | 0 | 1110 | 1011101 | 100110 | 110011 | 1010111 | 100001 |
Color Harmonies of #9F880B
Complementary color
Monochromatic Colors of #9F880B
Black with #9F880B
Text Example
Text Example
White with #9F880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F880B; }
p { color: rgb(159,136,11); }
H1.HeaderClassName
{
color: #9F880B;
}
.AnyTagClassName
{
color: #9F880B;
}
</style>
background-color css
<style>
a { background-color: #9F880B; }
a { background-color: rgb(159,136,11); }
div.DivClassName
{
background-color: #9F880B;
}
.BgClassName
{
background-color: #9F880B;
}
</style>
border-color css
<style>
span { border-color: #9F880B; }
span { border-color: rgb(159,136,11); }
td.TdClassName
{
border-color: #9F880B;
}
.TagClassName
{
border-color: #9F880B;
}
</style>