Shades of Hacienda #967C20
Tints of Hacienda #967C20
RGB
CMYK
RGB Variations
Color information
#967C20 (or 0x967C20) is known color: Hacienda. HEX triplet: 96, 7C and 20. RGB value is (150,124,32). Sum of RGB (Red+Green+Blue) = 150+124+32=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 32 (12.89% from 255 or 10.46% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C20 is #6983DF. Grayscale: #797979. Windows color (decimal): -6915040 or 2129046. OLE color: 2129046.
HSL color Cylindrical-coordinate representation of color #967C20: hue angle of 46.78º 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 #967C20 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 32 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.41 |
| HSL | 46.78º | 0.65% | 0.36% | - |
| HSV(B) | 46.78º | 0.79% | 0.59% | - |
| XYZ | 20.05 | 21 | 4.36 | - |
| YUV | 121.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 32 | 0 | 0.17 | 0.79 | 0.41 | 46.78 | 0.65 | 0.36 |
| Hex | 96 | 7C | 20 | 0 | 11 | 4F | 29 | 2F | 41 | 24 |
| Octal | 226 | 174 | 40 | 0 | 21 | 117 | 51 | 57 | 101 | 44 |
| Binary | 10010110 | 1111100 | 100000 | 0 | 10001 | 1001111 | 101001 | 101111 | 1000001 | 100100 |
Color Harmonies of #967C20
Complementary color
Monochromatic Colors of #967C20
Black with #967C20
Text Example
Text Example
White with #967C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C20; }
p { color: rgb(150,124,32); }
H1.HeaderClassName
{
color: #967C20;
}
.AnyTagClassName
{
color: #967C20;
}
</style>
background-color css
<style>
a { background-color: #967C20; }
a { background-color: rgb(150,124,32); }
div.DivClassName
{
background-color: #967C20;
}
.BgClassName
{
background-color: #967C20;
}
</style>
border-color css
<style>
span { border-color: #967C20; }
span { border-color: rgb(150,124,32); }
td.TdClassName
{
border-color: #967C20;
}
.TagClassName
{
border-color: #967C20;
}
</style>