Shades of Hacienda #967B20
Tints of Hacienda #967B20
RGB
CMYK
RGB Variations
Color information
#967B20 (or 0x967B20) is known color: Hacienda. HEX triplet: 96, 7B and 20. RGB value is (150,123,32). Sum of RGB (Red+Green+Blue) = 150+123+32=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #967B20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B20 is #6984DF. Grayscale: #797979. Windows color (decimal): -6915296 or 2128790. OLE color: 2128790.
HSL color Cylindrical-coordinate representation of color #967B20: hue angle of 46.27º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #967B20 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 32 | - |
| CMYK | 0 | 0.18 | 0.79 | 0.41 |
| HSL | 46.27º | 0.65% | 0.36% | - |
| HSV(B) | 46.27º | 0.79% | 0.59% | - |
| XYZ | 19.92 | 20.75 | 4.32 | - |
| YUV | 120.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 32 | 0 | 0.18 | 0.79 | 0.41 | 46.27 | 0.65 | 0.36 |
| Hex | 96 | 7B | 20 | 0 | 12 | 4F | 29 | 2E | 41 | 24 |
| Octal | 226 | 173 | 40 | 0 | 22 | 117 | 51 | 56 | 101 | 44 |
| Binary | 10010110 | 1111011 | 100000 | 0 | 10010 | 1001111 | 101001 | 101110 | 1000001 | 100100 |
Color Harmonies of #967B20
Complementary color
Monochromatic Colors of #967B20
Black with #967B20
Text Example
Text Example
White with #967B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B20; }
p { color: rgb(150,123,32); }
H1.HeaderClassName
{
color: #967B20;
}
.AnyTagClassName
{
color: #967B20;
}
</style>
background-color css
<style>
a { background-color: #967B20; }
a { background-color: rgb(150,123,32); }
div.DivClassName
{
background-color: #967B20;
}
.BgClassName
{
background-color: #967B20;
}
</style>
border-color css
<style>
span { border-color: #967B20; }
span { border-color: rgb(150,123,32); }
td.TdClassName
{
border-color: #967B20;
}
.TagClassName
{
border-color: #967B20;
}
</style>