Shades of Hacienda #967C0F
Tints of Hacienda #967C0F
RGB
CMYK
RGB Variations
Color information
#967C0F (or 0x967C0F) is known color: Hacienda. HEX triplet: 96, 7C and 0F. RGB value is (150,124,15). Sum of RGB (Red+Green+Blue) = 150+124+15=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #967C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967C0F is #6983F0. Grayscale: #777777. Windows color (decimal): -6915057 or 1014934. OLE color: 1014934.
HSL color Cylindrical-coordinate representation of color #967C0F: hue angle of 48.44º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #967C0F is Cyan = 0, Magento = 0.17, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 124 | 15 | - |
| CMYK | 0 | 0.17 | 0.9 | 0.41 |
| HSL | 48.44º | 0.82% | 0.32% | - |
| HSV(B) | 48.44º | 0.9% | 0.59% | - |
| XYZ | 19.87 | 20.93 | 3.45 | - |
| YUV | 119.35 | 69.11 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 124 | 15 | 0 | 0.17 | 0.9 | 0.41 | 48.44 | 0.82 | 0.32 |
| Hex | 96 | 7C | F | 0 | 11 | 5A | 29 | 30 | 52 | 20 |
| Octal | 226 | 174 | 17 | 0 | 21 | 132 | 51 | 60 | 122 | 40 |
| Binary | 10010110 | 1111100 | 1111 | 0 | 10001 | 1011010 | 101001 | 110000 | 1010010 | 100000 |
Color Harmonies of #967C0F
Complementary color
Monochromatic Colors of #967C0F
Black with #967C0F
Text Example
Text Example
White with #967C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967C0F; }
p { color: rgb(150,124,15); }
H1.HeaderClassName
{
color: #967C0F;
}
.AnyTagClassName
{
color: #967C0F;
}
</style>
background-color css
<style>
a { background-color: #967C0F; }
a { background-color: rgb(150,124,15); }
div.DivClassName
{
background-color: #967C0F;
}
.BgClassName
{
background-color: #967C0F;
}
</style>
border-color css
<style>
span { border-color: #967C0F; }
span { border-color: rgb(150,124,15); }
td.TdClassName
{
border-color: #967C0F;
}
.TagClassName
{
border-color: #967C0F;
}
</style>