Shades of Hacienda #96890F
Tints of Hacienda #96890F
RGB
CMYK
RGB Variations
Color information
#96890F (or 0x96890F) is known color: Hacienda. HEX triplet: 96, 89 and 0F. RGB value is (150,137,15). Sum of RGB (Red+Green+Blue) = 150+137+15=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 15 (6.25% from 255 or 4.97% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #96890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96890F is #6976F0. Grayscale: #7F7F7F. Windows color (decimal): -6911729 or 1018262. OLE color: 1018262.
HSL color Cylindrical-coordinate representation of color #96890F: hue angle of 54.22º 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 #96890F is Cyan = 0, Magento = 0.09, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 15 | - |
| CMYK | 0 | 0.09 | 0.9 | 0.41 |
| HSL | 54.22º | 0.82% | 0.32% | - |
| HSV(B) | 54.22º | 0.9% | 0.59% | - |
| XYZ | 21.61 | 24.41 | 4.02 | - |
| YUV | 126.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 15 | 0 | 0.09 | 0.9 | 0.41 | 54.22 | 0.82 | 0.32 |
| Hex | 96 | 89 | F | 0 | 9 | 5A | 29 | 36 | 52 | 20 |
| Octal | 226 | 211 | 17 | 0 | 11 | 132 | 51 | 66 | 122 | 40 |
| Binary | 10010110 | 10001001 | 1111 | 0 | 1001 | 1011010 | 101001 | 110110 | 1010010 | 100000 |
Color Harmonies of #96890F
Complementary color
Monochromatic Colors of #96890F
Black with #96890F
Text Example
Text Example
White with #96890F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96890F; }
p { color: rgb(150,137,15); }
H1.HeaderClassName
{
color: #96890F;
}
.AnyTagClassName
{
color: #96890F;
}
</style>
background-color css
<style>
a { background-color: #96890F; }
a { background-color: rgb(150,137,15); }
div.DivClassName
{
background-color: #96890F;
}
.BgClassName
{
background-color: #96890F;
}
</style>
border-color css
<style>
span { border-color: #96890F; }
span { border-color: rgb(150,137,15); }
td.TdClassName
{
border-color: #96890F;
}
.TagClassName
{
border-color: #96890F;
}
</style>