Shades of Hacienda #967E1C
Tints of Hacienda #967E1C
RGB
CMYK
RGB Variations
Color information
#967E1C (or 0x967E1C) is known color: Hacienda. HEX triplet: 96, 7E and 1C. RGB value is (150,126,28). Sum of RGB (Red+Green+Blue) = 150+126+28=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #967E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E1C is #6981E3. Grayscale: #7A7A7A. Windows color (decimal): -6914532 or 1867414. OLE color: 1867414.
HSL color Cylindrical-coordinate representation of color #967E1C: hue angle of 48.2º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #967E1C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 28 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.41 |
| HSL | 48.2º | 0.69% | 0.35% | - |
| HSV(B) | 48.2º | 0.81% | 0.59% | - |
| XYZ | 20.25 | 21.49 | 4.18 | - |
| YUV | 122 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 28 | 0 | 0.16 | 0.81 | 0.41 | 48.2 | 0.69 | 0.35 |
| Hex | 96 | 7E | 1C | 0 | 10 | 51 | 29 | 30 | 45 | 23 |
| Octal | 226 | 176 | 34 | 0 | 20 | 121 | 51 | 60 | 105 | 43 |
| Binary | 10010110 | 1111110 | 11100 | 0 | 10000 | 1010001 | 101001 | 110000 | 1000101 | 100011 |
Color Harmonies of #967E1C
Complementary color
Monochromatic Colors of #967E1C
Black with #967E1C
Text Example
Text Example
White with #967E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E1C; }
p { color: rgb(150,126,28); }
H1.HeaderClassName
{
color: #967E1C;
}
.AnyTagClassName
{
color: #967E1C;
}
</style>
background-color css
<style>
a { background-color: #967E1C; }
a { background-color: rgb(150,126,28); }
div.DivClassName
{
background-color: #967E1C;
}
.BgClassName
{
background-color: #967E1C;
}
</style>
border-color css
<style>
span { border-color: #967E1C; }
span { border-color: rgb(150,126,28); }
td.TdClassName
{
border-color: #967E1C;
}
.TagClassName
{
border-color: #967E1C;
}
</style>