Shades of Hacienda #967B24
Tints of Hacienda #967B24
RGB
CMYK
RGB Variations
Color information
#967B24 (or 0x967B24) is known color: Hacienda. HEX triplet: 96, 7B and 24. RGB value is (150,123,36). Sum of RGB (Red+Green+Blue) = 150+123+36=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #967B24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B24 is #6984DB. Grayscale: #797979. Windows color (decimal): -6915292 or 2390934. OLE color: 2390934.
HSL color Cylindrical-coordinate representation of color #967B24: hue angle of 45.79º 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 #967B24 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 36 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.41 |
| HSL | 45.79º | 0.61% | 0.36% | - |
| HSV(B) | 45.79º | 0.76% | 0.59% | - |
| XYZ | 19.98 | 20.78 | 4.63 | - |
| YUV | 121.16 | 79.95 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 36 | 0 | 0.18 | 0.76 | 0.41 | 45.79 | 0.61 | 0.36 |
| Hex | 96 | 7B | 24 | 0 | 12 | 4C | 29 | 2E | 3D | 24 |
| Octal | 226 | 173 | 44 | 0 | 22 | 114 | 51 | 56 | 75 | 44 |
| Binary | 10010110 | 1111011 | 100100 | 0 | 10010 | 1001100 | 101001 | 101110 | 111101 | 100100 |
Color Harmonies of #967B24
Complementary color
Monochromatic Colors of #967B24
Black with #967B24
Text Example
Text Example
White with #967B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B24; }
p { color: rgb(150,123,36); }
H1.HeaderClassName
{
color: #967B24;
}
.AnyTagClassName
{
color: #967B24;
}
</style>
background-color css
<style>
a { background-color: #967B24; }
a { background-color: rgb(150,123,36); }
div.DivClassName
{
background-color: #967B24;
}
.BgClassName
{
background-color: #967B24;
}
</style>
border-color css
<style>
span { border-color: #967B24; }
span { border-color: rgb(150,123,36); }
td.TdClassName
{
border-color: #967B24;
}
.TagClassName
{
border-color: #967B24;
}
</style>