Shades of Hacienda #967A24
Tints of Hacienda #967A24
RGB
CMYK
RGB Variations
Color information
#967A24 (or 0x967A24) is known color: Hacienda. HEX triplet: 96, 7A and 24. RGB value is (150,122,36). Sum of RGB (Red+Green+Blue) = 150+122+36=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #967A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A24 is #6985DB. Grayscale: #787878. Windows color (decimal): -6915548 or 2390678. OLE color: 2390678.
HSL color Cylindrical-coordinate representation of color #967A24: hue angle of 45.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #967A24 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 36 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.41 |
| HSL | 45.26º | 0.61% | 0.36% | - |
| HSV(B) | 45.26º | 0.76% | 0.59% | - |
| XYZ | 19.86 | 20.53 | 4.59 | - |
| YUV | 120.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 36 | 0 | 0.19 | 0.76 | 0.41 | 45.26 | 0.61 | 0.36 |
| Hex | 96 | 7A | 24 | 0 | 13 | 4C | 29 | 2D | 3D | 24 |
| Octal | 226 | 172 | 44 | 0 | 23 | 114 | 51 | 55 | 75 | 44 |
| Binary | 10010110 | 1111010 | 100100 | 0 | 10011 | 1001100 | 101001 | 101101 | 111101 | 100100 |
Color Harmonies of #967A24
Complementary color
Monochromatic Colors of #967A24
Black with #967A24
Text Example
Text Example
White with #967A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A24; }
p { color: rgb(150,122,36); }
H1.HeaderClassName
{
color: #967A24;
}
.AnyTagClassName
{
color: #967A24;
}
</style>
background-color css
<style>
a { background-color: #967A24; }
a { background-color: rgb(150,122,36); }
div.DivClassName
{
background-color: #967A24;
}
.BgClassName
{
background-color: #967A24;
}
</style>
border-color css
<style>
span { border-color: #967A24; }
span { border-color: rgb(150,122,36); }
td.TdClassName
{
border-color: #967A24;
}
.TagClassName
{
border-color: #967A24;
}
</style>