Shades of Hacienda #96771B
Tints of Hacienda #96771B
RGB
CMYK
RGB Variations
Color information
#96771B (or 0x96771B) is known color: Hacienda. HEX triplet: 96, 77 and 1B. RGB value is (150,119,27). Sum of RGB (Red+Green+Blue) = 150+119+27=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96771B is #6988E4. Grayscale: #767676. Windows color (decimal): -6916325 or 1800086. OLE color: 1800086.
HSL color Cylindrical-coordinate representation of color #96771B: hue angle of 44.88º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #96771B is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 27 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.41 |
| HSL | 44.88º | 0.69% | 0.35% | - |
| HSV(B) | 44.88º | 0.82% | 0.59% | - |
| XYZ | 19.37 | 19.76 | 3.83 | - |
| YUV | 117.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 27 | 0 | 0.21 | 0.82 | 0.41 | 44.88 | 0.69 | 0.35 |
| Hex | 96 | 77 | 1B | 0 | 15 | 52 | 29 | 2D | 45 | 23 |
| Octal | 226 | 167 | 33 | 0 | 25 | 122 | 51 | 55 | 105 | 43 |
| Binary | 10010110 | 1110111 | 11011 | 0 | 10101 | 1010010 | 101001 | 101101 | 1000101 | 100011 |
Color Harmonies of #96771B
Complementary color
Monochromatic Colors of #96771B
Black with #96771B
Text Example
Text Example
White with #96771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96771B; }
p { color: rgb(150,119,27); }
H1.HeaderClassName
{
color: #96771B;
}
.AnyTagClassName
{
color: #96771B;
}
</style>
background-color css
<style>
a { background-color: #96771B; }
a { background-color: rgb(150,119,27); }
div.DivClassName
{
background-color: #96771B;
}
.BgClassName
{
background-color: #96771B;
}
</style>
border-color css
<style>
span { border-color: #96771B; }
span { border-color: rgb(150,119,27); }
td.TdClassName
{
border-color: #96771B;
}
.TagClassName
{
border-color: #96771B;
}
</style>