Shades of Hacienda #96780A
Tints of Hacienda #96780A
RGB
CMYK
RGB Variations
Color information
#96780A (or 0x96780A) is known color: Hacienda. HEX triplet: 96, 78 and 0A. RGB value is (150,120,10). Sum of RGB (Red+Green+Blue) = 150+120+10=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96780A is #6987F5. Grayscale: #747474. Windows color (decimal): -6916086 or 686230. OLE color: 686230.
HSL color Cylindrical-coordinate representation of color #96780A: hue angle of 47.14º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96780A is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 10 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.41 |
| HSL | 47.14º | 0.88% | 0.31% | - |
| HSV(B) | 47.14º | 0.93% | 0.59% | - |
| XYZ | 19.35 | 19.94 | 3.12 | - |
| YUV | 116.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 10 | 0 | 0.20 | 0.93 | 0.41 | 47.14 | 0.88 | 0.31 |
| Hex | 96 | 78 | A | 0 | 14 | 5D | 29 | 2F | 58 | 1F |
| Octal | 226 | 170 | 12 | 0 | 24 | 135 | 51 | 57 | 130 | 37 |
| Binary | 10010110 | 1111000 | 1010 | 0 | 10100 | 1011101 | 101001 | 101111 | 1011000 | 11111 |
Color Harmonies of #96780A
Complementary color
Monochromatic Colors of #96780A
Black with #96780A
Text Example
Text Example
White with #96780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96780A; }
p { color: rgb(150,120,10); }
H1.HeaderClassName
{
color: #96780A;
}
.AnyTagClassName
{
color: #96780A;
}
</style>
background-color css
<style>
a { background-color: #96780A; }
a { background-color: rgb(150,120,10); }
div.DivClassName
{
background-color: #96780A;
}
.BgClassName
{
background-color: #96780A;
}
</style>
border-color css
<style>
span { border-color: #96780A; }
span { border-color: rgb(150,120,10); }
td.TdClassName
{
border-color: #96780A;
}
.TagClassName
{
border-color: #96780A;
}
</style>