Shades of Hacienda #96771C
Tints of Hacienda #96771C
RGB
CMYK
RGB Variations
Color information
#96771C (or 0x96771C) is known color: Hacienda. HEX triplet: 96, 77 and 1C. RGB value is (150,119,28). Sum of RGB (Red+Green+Blue) = 150+119+28=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96771C is #6988E3. Grayscale: #767676. Windows color (decimal): -6916324 or 1865622. OLE color: 1865622.
HSL color Cylindrical-coordinate representation of color #96771C: hue angle of 44.75º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96771C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 28 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.41 |
| HSL | 44.75º | 0.69% | 0.35% | - |
| HSV(B) | 44.75º | 0.81% | 0.59% | - |
| XYZ | 19.38 | 19.76 | 3.89 | - |
| YUV | 117.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 28 | 0 | 0.21 | 0.81 | 0.41 | 44.75 | 0.69 | 0.35 |
| Hex | 96 | 77 | 1C | 0 | 15 | 51 | 29 | 2D | 45 | 23 |
| Octal | 226 | 167 | 34 | 0 | 25 | 121 | 51 | 55 | 105 | 43 |
| Binary | 10010110 | 1110111 | 11100 | 0 | 10101 | 1010001 | 101001 | 101101 | 1000101 | 100011 |
Color Harmonies of #96771C
Complementary color
Monochromatic Colors of #96771C
Black with #96771C
Text Example
Text Example
White with #96771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96771C; }
p { color: rgb(150,119,28); }
H1.HeaderClassName
{
color: #96771C;
}
.AnyTagClassName
{
color: #96771C;
}
</style>
background-color css
<style>
a { background-color: #96771C; }
a { background-color: rgb(150,119,28); }
div.DivClassName
{
background-color: #96771C;
}
.BgClassName
{
background-color: #96771C;
}
</style>
border-color css
<style>
span { border-color: #96771C; }
span { border-color: rgb(150,119,28); }
td.TdClassName
{
border-color: #96771C;
}
.TagClassName
{
border-color: #96771C;
}
</style>