Shades of Hacienda #967A20
Tints of Hacienda #967A20
RGB
CMYK
RGB Variations
Color information
#967A20 (or 0x967A20) is known color: Hacienda. HEX triplet: 96, 7A and 20. RGB value is (150,122,32). Sum of RGB (Red+Green+Blue) = 150+122+32=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A20 is #6985DF. Grayscale: #787878. Windows color (decimal): -6915552 or 2128534. OLE color: 2128534.
HSL color Cylindrical-coordinate representation of color #967A20: hue angle of 45.76º 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 #967A20 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 32 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.41 |
| HSL | 45.76º | 0.65% | 0.36% | - |
| HSV(B) | 45.76º | 0.79% | 0.59% | - |
| XYZ | 19.8 | 20.51 | 4.28 | - |
| YUV | 120.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 32 | 0 | 0.19 | 0.79 | 0.41 | 45.76 | 0.65 | 0.36 |
| Hex | 96 | 7A | 20 | 0 | 13 | 4F | 29 | 2E | 41 | 24 |
| Octal | 226 | 172 | 40 | 0 | 23 | 117 | 51 | 56 | 101 | 44 |
| Binary | 10010110 | 1111010 | 100000 | 0 | 10011 | 1001111 | 101001 | 101110 | 1000001 | 100100 |
Color Harmonies of #967A20
Complementary color
Monochromatic Colors of #967A20
Black with #967A20
Text Example
Text Example
White with #967A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A20; }
p { color: rgb(150,122,32); }
H1.HeaderClassName
{
color: #967A20;
}
.AnyTagClassName
{
color: #967A20;
}
</style>
background-color css
<style>
a { background-color: #967A20; }
a { background-color: rgb(150,122,32); }
div.DivClassName
{
background-color: #967A20;
}
.BgClassName
{
background-color: #967A20;
}
</style>
border-color css
<style>
span { border-color: #967A20; }
span { border-color: rgb(150,122,32); }
td.TdClassName
{
border-color: #967A20;
}
.TagClassName
{
border-color: #967A20;
}
</style>