Shades of Hacienda #96780B
Tints of Hacienda #96780B
RGB
CMYK
RGB Variations
Color information
#96780B (or 0x96780B) is known color: Hacienda. HEX triplet: 96, 78 and 0B. RGB value is (150,120,11). Sum of RGB (Red+Green+Blue) = 150+120+11=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96780B is #6987F4. Grayscale: #757575. Windows color (decimal): -6916085 or 751766. OLE color: 751766.
HSL color Cylindrical-coordinate representation of color #96780B: hue angle of 47.05º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96780B is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 11 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.41 |
| HSL | 47.05º | 0.86% | 0.32% | - |
| HSV(B) | 47.05º | 0.93% | 0.59% | - |
| XYZ | 19.35 | 19.94 | 3.15 | - |
| YUV | 116.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 11 | 0 | 0.20 | 0.93 | 0.41 | 47.05 | 0.86 | 0.32 |
| Hex | 96 | 78 | B | 0 | 14 | 5D | 29 | 2F | 56 | 20 |
| Octal | 226 | 170 | 13 | 0 | 24 | 135 | 51 | 57 | 126 | 40 |
| Binary | 10010110 | 1111000 | 1011 | 0 | 10100 | 1011101 | 101001 | 101111 | 1010110 | 100000 |
Color Harmonies of #96780B
Complementary color
Monochromatic Colors of #96780B
Black with #96780B
Text Example
Text Example
White with #96780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96780B; }
p { color: rgb(150,120,11); }
H1.HeaderClassName
{
color: #96780B;
}
.AnyTagClassName
{
color: #96780B;
}
</style>
background-color css
<style>
a { background-color: #96780B; }
a { background-color: rgb(150,120,11); }
div.DivClassName
{
background-color: #96780B;
}
.BgClassName
{
background-color: #96780B;
}
</style>
border-color css
<style>
span { border-color: #96780B; }
span { border-color: rgb(150,120,11); }
td.TdClassName
{
border-color: #96780B;
}
.TagClassName
{
border-color: #96780B;
}
</style>