Shades of Hacienda #96870E
Tints of Hacienda #96870E
RGB
CMYK
RGB Variations
Color information
#96870E (or 0x96870E) is known color: Hacienda. HEX triplet: 96, 87 and 0E. RGB value is (150,135,14). Sum of RGB (Red+Green+Blue) = 150+135+14=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96870E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96870E is #6978F1. Grayscale: #7E7E7E. Windows color (decimal): -6912242 or 952214. OLE color: 952214.
HSL color Cylindrical-coordinate representation of color #96870E: hue angle of 53.38º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96870E is Cyan = 0, Magento = 0.1, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 14 | - |
| CMYK | 0 | 0.1 | 0.91 | 0.41 |
| HSL | 53.38º | 0.83% | 0.32% | - |
| HSV(B) | 53.38º | 0.91% | 0.59% | - |
| XYZ | 21.32 | 23.84 | 3.89 | - |
| YUV | 125.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 14 | 0 | 0.1 | 0.91 | 0.41 | 53.38 | 0.83 | 0.32 |
| Hex | 96 | 87 | E | 0 | A | 5B | 29 | 35 | 53 | 20 |
| Octal | 226 | 207 | 16 | 0 | 12 | 133 | 51 | 65 | 123 | 40 |
| Binary | 10010110 | 10000111 | 1110 | 0 | 1010 | 1011011 | 101001 | 110101 | 1010011 | 100000 |
Color Harmonies of #96870E
Complementary color
Monochromatic Colors of #96870E
Black with #96870E
Text Example
Text Example
White with #96870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96870E; }
p { color: rgb(150,135,14); }
H1.HeaderClassName
{
color: #96870E;
}
.AnyTagClassName
{
color: #96870E;
}
</style>
background-color css
<style>
a { background-color: #96870E; }
a { background-color: rgb(150,135,14); }
div.DivClassName
{
background-color: #96870E;
}
.BgClassName
{
background-color: #96870E;
}
</style>
border-color css
<style>
span { border-color: #96870E; }
span { border-color: rgb(150,135,14); }
td.TdClassName
{
border-color: #96870E;
}
.TagClassName
{
border-color: #96870E;
}
</style>