Shades of Hacienda #967C1E
Tints of Hacienda #967C1E
RGB
CMYK
RGB Variations
Color information
#967C1E (or 0x967C1E) is known color: Hacienda. HEX triplet: 96, 7C and 1E. RGB value is (150,124,30). Sum of RGB (Red+Green+Blue) = 150+124+30=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C1E is #6983E1. Grayscale: #797979. Windows color (decimal): -6915042 or 1997974. OLE color: 1997974.
HSL color Cylindrical-coordinate representation of color #967C1E: hue angle of 47º 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 #967C1E is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 30 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.41 |
| HSL | 47º | 0.67% | 0.35% | - |
| HSV(B) | 47º | 0.8% | 0.59% | - |
| XYZ | 20.02 | 20.99 | 4.23 | - |
| YUV | 121.06 | 76.61 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 30 | 0 | 0.17 | 0.80 | 0.41 | 47 | 0.67 | 0.35 |
| Hex | 96 | 7C | 1E | 0 | 11 | 50 | 29 | 2F | 43 | 23 |
| Octal | 226 | 174 | 36 | 0 | 21 | 120 | 51 | 57 | 103 | 43 |
| Binary | 10010110 | 1111100 | 11110 | 0 | 10001 | 1010000 | 101001 | 101111 | 1000011 | 100011 |
Color Harmonies of #967C1E
Complementary color
Monochromatic Colors of #967C1E
Black with #967C1E
Text Example
Text Example
White with #967C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C1E; }
p { color: rgb(150,124,30); }
H1.HeaderClassName
{
color: #967C1E;
}
.AnyTagClassName
{
color: #967C1E;
}
</style>
background-color css
<style>
a { background-color: #967C1E; }
a { background-color: rgb(150,124,30); }
div.DivClassName
{
background-color: #967C1E;
}
.BgClassName
{
background-color: #967C1E;
}
</style>
border-color css
<style>
span { border-color: #967C1E; }
span { border-color: rgb(150,124,30); }
td.TdClassName
{
border-color: #967C1E;
}
.TagClassName
{
border-color: #967C1E;
}
</style>