Shades of Hacienda #967A21
Tints of Hacienda #967A21
RGB
CMYK
RGB Variations
Color information
#967A21 (or 0x967A21) is known color: Hacienda. HEX triplet: 96, 7A and 21. RGB value is (150,122,33). Sum of RGB (Red+Green+Blue) = 150+122+33=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #967A21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A21 is #6985DE. Grayscale: #787878. Windows color (decimal): -6915551 or 2194070. OLE color: 2194070.
HSL color Cylindrical-coordinate representation of color #967A21: hue angle of 45.64º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #967A21 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 33 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.41 |
| HSL | 45.64º | 0.64% | 0.36% | - |
| HSV(B) | 45.64º | 0.78% | 0.59% | - |
| XYZ | 19.81 | 20.51 | 4.35 | - |
| YUV | 120.23 | 78.78 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 33 | 0 | 0.19 | 0.78 | 0.41 | 45.64 | 0.64 | 0.36 |
| Hex | 96 | 7A | 21 | 0 | 13 | 4E | 29 | 2E | 40 | 24 |
| Octal | 226 | 172 | 41 | 0 | 23 | 116 | 51 | 56 | 100 | 44 |
| Binary | 10010110 | 1111010 | 100001 | 0 | 10011 | 1001110 | 101001 | 101110 | 1000000 | 100100 |
Color Harmonies of #967A21
Complementary color
Monochromatic Colors of #967A21
Black with #967A21
Text Example
Text Example
White with #967A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A21; }
p { color: rgb(150,122,33); }
H1.HeaderClassName
{
color: #967A21;
}
.AnyTagClassName
{
color: #967A21;
}
</style>
background-color css
<style>
a { background-color: #967A21; }
a { background-color: rgb(150,122,33); }
div.DivClassName
{
background-color: #967A21;
}
.BgClassName
{
background-color: #967A21;
}
</style>
border-color css
<style>
span { border-color: #967A21; }
span { border-color: rgb(150,122,33); }
td.TdClassName
{
border-color: #967A21;
}
.TagClassName
{
border-color: #967A21;
}
</style>