Shades of Hacienda #967A1B
Tints of Hacienda #967A1B
RGB
CMYK
RGB Variations
Color information
#967A1B (or 0x967A1B) is known color: Hacienda. HEX triplet: 96, 7A and 1B. RGB value is (150,122,27). Sum of RGB (Red+Green+Blue) = 150+122+27=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1B is #6985E4. Grayscale: #777777. Windows color (decimal): -6915557 or 1800854. OLE color: 1800854.
HSL color Cylindrical-coordinate representation of color #967A1B: hue angle of 46.34º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #967A1B is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 27 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.41 |
| HSL | 46.34º | 0.69% | 0.35% | - |
| HSV(B) | 46.34º | 0.82% | 0.59% | - |
| XYZ | 19.74 | 20.48 | 3.95 | - |
| YUV | 119.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 27 | 0 | 0.19 | 0.82 | 0.41 | 46.34 | 0.69 | 0.35 |
| Hex | 96 | 7A | 1B | 0 | 13 | 52 | 29 | 2E | 45 | 23 |
| Octal | 226 | 172 | 33 | 0 | 23 | 122 | 51 | 56 | 105 | 43 |
| Binary | 10010110 | 1111010 | 11011 | 0 | 10011 | 1010010 | 101001 | 101110 | 1000101 | 100011 |
Color Harmonies of #967A1B
Complementary color
Monochromatic Colors of #967A1B
Black with #967A1B
Text Example
Text Example
White with #967A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A1B; }
p { color: rgb(150,122,27); }
H1.HeaderClassName
{
color: #967A1B;
}
.AnyTagClassName
{
color: #967A1B;
}
</style>
background-color css
<style>
a { background-color: #967A1B; }
a { background-color: rgb(150,122,27); }
div.DivClassName
{
background-color: #967A1B;
}
.BgClassName
{
background-color: #967A1B;
}
</style>
border-color css
<style>
span { border-color: #967A1B; }
span { border-color: rgb(150,122,27); }
td.TdClassName
{
border-color: #967A1B;
}
.TagClassName
{
border-color: #967A1B;
}
</style>