Shades of Hacienda #967F21
Tints of Hacienda #967F21
RGB
CMYK
RGB Variations
Color information
#967F21 (or 0x967F21) is known color: Hacienda. HEX triplet: 96, 7F and 21. RGB value is (150,127,33). Sum of RGB (Red+Green+Blue) = 150+127+33=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #967F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F21 is #6980DE. Grayscale: #7B7B7B. Windows color (decimal): -6914271 or 2195350. OLE color: 2195350.
HSL color Cylindrical-coordinate representation of color #967F21: hue angle of 48.21º 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 #967F21 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 33 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.41 |
| HSL | 48.21º | 0.64% | 0.36% | - |
| HSV(B) | 48.21º | 0.78% | 0.59% | - |
| XYZ | 20.44 | 21.77 | 4.56 | - |
| YUV | 123.16 | 77.12 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 33 | 0 | 0.15 | 0.78 | 0.41 | 48.21 | 0.64 | 0.36 |
| Hex | 96 | 7F | 21 | 0 | F | 4E | 29 | 30 | 40 | 24 |
| Octal | 226 | 177 | 41 | 0 | 17 | 116 | 51 | 60 | 100 | 44 |
| Binary | 10010110 | 1111111 | 100001 | 0 | 1111 | 1001110 | 101001 | 110000 | 1000000 | 100100 |
Color Harmonies of #967F21
Complementary color
Monochromatic Colors of #967F21
Black with #967F21
Text Example
Text Example
White with #967F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F21; }
p { color: rgb(150,127,33); }
H1.HeaderClassName
{
color: #967F21;
}
.AnyTagClassName
{
color: #967F21;
}
</style>
background-color css
<style>
a { background-color: #967F21; }
a { background-color: rgb(150,127,33); }
div.DivClassName
{
background-color: #967F21;
}
.BgClassName
{
background-color: #967F21;
}
</style>
border-color css
<style>
span { border-color: #967F21; }
span { border-color: rgb(150,127,33); }
td.TdClassName
{
border-color: #967F21;
}
.TagClassName
{
border-color: #967F21;
}
</style>