Shades of Hacienda #99860B
Tints of Hacienda #99860B
RGB
CMYK
RGB Variations
Color information
#99860B (or 0x99860B) is known color: Hacienda. HEX triplet: 99, 86 and 0B. RGB value is (153,134,11). Sum of RGB (Red+Green+Blue) = 153+134+11=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99860B is #6679F4. Grayscale: #7E7E7E. Windows color (decimal): -6715893 or 755353. OLE color: 755353.
HSL color Cylindrical-coordinate representation of color #99860B: hue angle of 51.97º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #99860B is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 11 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.4 |
| HSL | 51.97º | 0.87% | 0.32% | - |
| HSV(B) | 51.97º | 0.93% | 0.6% | - |
| XYZ | 21.72 | 23.85 | 3.77 | - |
| YUV | 125.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 11 | 0 | 0.12 | 0.93 | 0.4 | 51.97 | 0.87 | 0.32 |
| Hex | 99 | 86 | B | 0 | C | 5D | 28 | 34 | 57 | 20 |
| Octal | 231 | 206 | 13 | 0 | 14 | 135 | 50 | 64 | 127 | 40 |
| Binary | 10011001 | 10000110 | 1011 | 0 | 1100 | 1011101 | 101000 | 110100 | 1010111 | 100000 |
Color Harmonies of #99860B
Complementary color
Monochromatic Colors of #99860B
Black with #99860B
Text Example
Text Example
White with #99860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99860B; }
p { color: rgb(153,134,11); }
H1.HeaderClassName
{
color: #99860B;
}
.AnyTagClassName
{
color: #99860B;
}
</style>
background-color css
<style>
a { background-color: #99860B; }
a { background-color: rgb(153,134,11); }
div.DivClassName
{
background-color: #99860B;
}
.BgClassName
{
background-color: #99860B;
}
</style>
border-color css
<style>
span { border-color: #99860B; }
span { border-color: rgb(153,134,11); }
td.TdClassName
{
border-color: #99860B;
}
.TagClassName
{
border-color: #99860B;
}
</style>