Shades of Hacienda #967E1E
Tints of Hacienda #967E1E
RGB
CMYK
RGB Variations
Color information
#967E1E (or 0x967E1E) is known color: Hacienda. HEX triplet: 96, 7E and 1E. RGB value is (150,126,30). Sum of RGB (Red+Green+Blue) = 150+126+30=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #967E1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E1E is #6981E1. Grayscale: #7A7A7A. Windows color (decimal): -6914530 or 1998486. OLE color: 1998486.
HSL color Cylindrical-coordinate representation of color #967E1E: hue angle of 48º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #967E1E is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 30 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.41 |
| HSL | 48º | 0.67% | 0.35% | - |
| HSV(B) | 48º | 0.8% | 0.59% | - |
| XYZ | 20.27 | 21.5 | 4.31 | - |
| YUV | 122.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 30 | 0 | 0.16 | 0.80 | 0.41 | 48 | 0.67 | 0.35 |
| Hex | 96 | 7E | 1E | 0 | 10 | 50 | 29 | 30 | 43 | 23 |
| Octal | 226 | 176 | 36 | 0 | 20 | 120 | 51 | 60 | 103 | 43 |
| Binary | 10010110 | 1111110 | 11110 | 0 | 10000 | 1010000 | 101001 | 110000 | 1000011 | 100011 |
Color Harmonies of #967E1E
Complementary color
Monochromatic Colors of #967E1E
Black with #967E1E
Text Example
Text Example
White with #967E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E1E; }
p { color: rgb(150,126,30); }
H1.HeaderClassName
{
color: #967E1E;
}
.AnyTagClassName
{
color: #967E1E;
}
</style>
background-color css
<style>
a { background-color: #967E1E; }
a { background-color: rgb(150,126,30); }
div.DivClassName
{
background-color: #967E1E;
}
.BgClassName
{
background-color: #967E1E;
}
</style>
border-color css
<style>
span { border-color: #967E1E; }
span { border-color: rgb(150,126,30); }
td.TdClassName
{
border-color: #967E1E;
}
.TagClassName
{
border-color: #967E1E;
}
</style>