Shades of Hacienda #96770E
Tints of Hacienda #96770E
RGB
CMYK
RGB Variations
Color information
#96770E (or 0x96770E) is known color: Hacienda. HEX triplet: 96, 77 and 0E. RGB value is (150,119,14). Sum of RGB (Red+Green+Blue) = 150+119+14=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96770E is #6988F1. Grayscale: #747474. Windows color (decimal): -6916338 or 948118. OLE color: 948118.
HSL color Cylindrical-coordinate representation of color #96770E: hue angle of 46.32º 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 #96770E is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 14 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.41 |
| HSL | 46.32º | 0.83% | 0.32% | - |
| HSV(B) | 46.32º | 0.91% | 0.59% | - |
| XYZ | 19.25 | 19.71 | 3.2 | - |
| YUV | 116.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 14 | 0 | 0.21 | 0.91 | 0.41 | 46.32 | 0.83 | 0.32 |
| Hex | 96 | 77 | E | 0 | 15 | 5B | 29 | 2E | 53 | 20 |
| Octal | 226 | 167 | 16 | 0 | 25 | 133 | 51 | 56 | 123 | 40 |
| Binary | 10010110 | 1110111 | 1110 | 0 | 10101 | 1011011 | 101001 | 101110 | 1010011 | 100000 |
Color Harmonies of #96770E
Complementary color
Monochromatic Colors of #96770E
Black with #96770E
Text Example
Text Example
White with #96770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96770E; }
p { color: rgb(150,119,14); }
H1.HeaderClassName
{
color: #96770E;
}
.AnyTagClassName
{
color: #96770E;
}
</style>
background-color css
<style>
a { background-color: #96770E; }
a { background-color: rgb(150,119,14); }
div.DivClassName
{
background-color: #96770E;
}
.BgClassName
{
background-color: #96770E;
}
</style>
border-color css
<style>
span { border-color: #96770E; }
span { border-color: rgb(150,119,14); }
td.TdClassName
{
border-color: #96770E;
}
.TagClassName
{
border-color: #96770E;
}
</style>