Shades of Hacienda #967A1D
Tints of Hacienda #967A1D
RGB
CMYK
RGB Variations
Color information
#967A1D (or 0x967A1D) is known color: Hacienda. HEX triplet: 96, 7A and 1D. RGB value is (150,122,29). Sum of RGB (Red+Green+Blue) = 150+122+29=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #967A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967A1D is #6985E2. Grayscale: #787878. Windows color (decimal): -6915555 or 1931926. OLE color: 1931926.
HSL color Cylindrical-coordinate representation of color #967A1D: hue angle of 46.12º degrees, saturation: 0.68, 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 #967A1D is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 29 | - |
| CMYK | 0 | 0.19 | 0.81 | 0.41 |
| HSL | 46.12º | 0.68% | 0.35% | - |
| HSV(B) | 46.12º | 0.81% | 0.59% | - |
| XYZ | 19.76 | 20.49 | 4.08 | - |
| YUV | 119.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 29 | 0 | 0.19 | 0.81 | 0.41 | 46.12 | 0.68 | 0.35 |
| Hex | 96 | 7A | 1D | 0 | 13 | 51 | 29 | 2E | 44 | 23 |
| Octal | 226 | 172 | 35 | 0 | 23 | 121 | 51 | 56 | 104 | 43 |
| Binary | 10010110 | 1111010 | 11101 | 0 | 10011 | 1010001 | 101001 | 101110 | 1000100 | 100011 |
Color Harmonies of #967A1D
Complementary color
Monochromatic Colors of #967A1D
Black with #967A1D
Text Example
Text Example
White with #967A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A1D; }
p { color: rgb(150,122,29); }
H1.HeaderClassName
{
color: #967A1D;
}
.AnyTagClassName
{
color: #967A1D;
}
</style>
background-color css
<style>
a { background-color: #967A1D; }
a { background-color: rgb(150,122,29); }
div.DivClassName
{
background-color: #967A1D;
}
.BgClassName
{
background-color: #967A1D;
}
</style>
border-color css
<style>
span { border-color: #967A1D; }
span { border-color: rgb(150,122,29); }
td.TdClassName
{
border-color: #967A1D;
}
.TagClassName
{
border-color: #967A1D;
}
</style>