Shades of Hacienda #967821
Tints of Hacienda #967821
RGB
CMYK
RGB Variations
Color information
#967821 (or 0x967821) is known color: Hacienda. HEX triplet: 96, 78 and 21. RGB value is (150,120,33). Sum of RGB (Red+Green+Blue) = 150+120+33=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #967821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967821 is #6987DE. Grayscale: #777777. Windows color (decimal): -6916063 or 2193558. OLE color: 2193558.
HSL color Cylindrical-coordinate representation of color #967821: hue angle of 44.62º 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 #967821 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 33 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.41 |
| HSL | 44.62º | 0.64% | 0.36% | - |
| HSV(B) | 44.62º | 0.78% | 0.59% | - |
| XYZ | 19.57 | 20.03 | 4.27 | - |
| YUV | 119.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 33 | 0 | 0.20 | 0.78 | 0.41 | 44.62 | 0.64 | 0.36 |
| Hex | 96 | 78 | 21 | 0 | 14 | 4E | 29 | 2D | 40 | 24 |
| Octal | 226 | 170 | 41 | 0 | 24 | 116 | 51 | 55 | 100 | 44 |
| Binary | 10010110 | 1111000 | 100001 | 0 | 10100 | 1001110 | 101001 | 101101 | 1000000 | 100100 |
Color Harmonies of #967821
Complementary color
Monochromatic Colors of #967821
Black with #967821
Text Example
Text Example
White with #967821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967821; }
p { color: rgb(150,120,33); }
H1.HeaderClassName
{
color: #967821;
}
.AnyTagClassName
{
color: #967821;
}
</style>
background-color css
<style>
a { background-color: #967821; }
a { background-color: rgb(150,120,33); }
div.DivClassName
{
background-color: #967821;
}
.BgClassName
{
background-color: #967821;
}
</style>
border-color css
<style>
span { border-color: #967821; }
span { border-color: rgb(150,120,33); }
td.TdClassName
{
border-color: #967821;
}
.TagClassName
{
border-color: #967821;
}
</style>