Shades of Hacienda #967F0B
Tints of Hacienda #967F0B
RGB
CMYK
RGB Variations
Color information
#967F0B (or 0x967F0B) is known color: Hacienda. HEX triplet: 96, 7F and 0B. RGB value is (150,127,11). Sum of RGB (Red+Green+Blue) = 150+127+11=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967F0B is #6980F4. Grayscale: #797979. Windows color (decimal): -6914293 or 753558. OLE color: 753558.
HSL color Cylindrical-coordinate representation of color #967F0B: hue angle of 50.07º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #967F0B is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 127 | 11 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.41 |
| HSL | 50.07º | 0.86% | 0.32% | - |
| HSV(B) | 50.07º | 0.93% | 0.59% | - |
| XYZ | 20.23 | 21.69 | 3.44 | - |
| YUV | 120.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 127 | 11 | 0 | 0.15 | 0.93 | 0.41 | 50.07 | 0.86 | 0.32 |
| Hex | 96 | 7F | B | 0 | F | 5D | 29 | 32 | 56 | 20 |
| Octal | 226 | 177 | 13 | 0 | 17 | 135 | 51 | 62 | 126 | 40 |
| Binary | 10010110 | 1111111 | 1011 | 0 | 1111 | 1011101 | 101001 | 110010 | 1010110 | 100000 |
Color Harmonies of #967F0B
Complementary color
Monochromatic Colors of #967F0B
Black with #967F0B
Text Example
Text Example
White with #967F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967F0B; }
p { color: rgb(150,127,11); }
H1.HeaderClassName
{
color: #967F0B;
}
.AnyTagClassName
{
color: #967F0B;
}
</style>
background-color css
<style>
a { background-color: #967F0B; }
a { background-color: rgb(150,127,11); }
div.DivClassName
{
background-color: #967F0B;
}
.BgClassName
{
background-color: #967F0B;
}
</style>
border-color css
<style>
span { border-color: #967F0B; }
span { border-color: rgb(150,127,11); }
td.TdClassName
{
border-color: #967F0B;
}
.TagClassName
{
border-color: #967F0B;
}
</style>