Shades of Hacienda #96880F
Tints of Hacienda #96880F
RGB
CMYK
RGB Variations
Color information
#96880F (or 0x96880F) is known color: Hacienda. HEX triplet: 96, 88 and 0F. RGB value is (150,136,15). Sum of RGB (Red+Green+Blue) = 150+136+15=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96880F is #6977F0. Grayscale: #7E7E7E. Windows color (decimal): -6911985 or 1018006. OLE color: 1018006.
HSL color Cylindrical-coordinate representation of color #96880F: hue angle of 53.78º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96880F is Cyan = 0, Magento = 0.09, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 15 | - |
| CMYK | 0 | 0.09 | 0.9 | 0.41 |
| HSL | 53.78º | 0.82% | 0.32% | - |
| HSV(B) | 53.78º | 0.9% | 0.59% | - |
| XYZ | 21.47 | 24.13 | 3.98 | - |
| YUV | 126.39 | 65.14 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 15 | 0 | 0.09 | 0.9 | 0.41 | 53.78 | 0.82 | 0.32 |
| Hex | 96 | 88 | F | 0 | 9 | 5A | 29 | 36 | 52 | 20 |
| Octal | 226 | 210 | 17 | 0 | 11 | 132 | 51 | 66 | 122 | 40 |
| Binary | 10010110 | 10001000 | 1111 | 0 | 1001 | 1011010 | 101001 | 110110 | 1010010 | 100000 |
Color Harmonies of #96880F
Complementary color
Monochromatic Colors of #96880F
Black with #96880F
Text Example
Text Example
White with #96880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96880F; }
p { color: rgb(150,136,15); }
H1.HeaderClassName
{
color: #96880F;
}
.AnyTagClassName
{
color: #96880F;
}
</style>
background-color css
<style>
a { background-color: #96880F; }
a { background-color: rgb(150,136,15); }
div.DivClassName
{
background-color: #96880F;
}
.BgClassName
{
background-color: #96880F;
}
</style>
border-color css
<style>
span { border-color: #96880F; }
span { border-color: rgb(150,136,15); }
td.TdClassName
{
border-color: #96880F;
}
.TagClassName
{
border-color: #96880F;
}
</style>