Shades of Hacienda #967615
Tints of Hacienda #967615
RGB
CMYK
RGB Variations
Color information
#967615 (or 0x967615) is known color: Hacienda. HEX triplet: 96, 76 and 15. RGB value is (150,118,21). Sum of RGB (Red+Green+Blue) = 150+118+21=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #967615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967615 is #6989EA. Grayscale: #747474. Windows color (decimal): -6916587 or 1406614. OLE color: 1406614.
HSL color Cylindrical-coordinate representation of color #967615: hue angle of 45.12º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #967615 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 21 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.41 |
| HSL | 45.12º | 0.75% | 0.34% | - |
| HSV(B) | 45.12º | 0.86% | 0.59% | - |
| XYZ | 19.19 | 19.5 | 3.46 | - |
| YUV | 116.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 21 | 0 | 0.21 | 0.86 | 0.41 | 45.12 | 0.75 | 0.34 |
| Hex | 96 | 76 | 15 | 0 | 15 | 56 | 29 | 2D | 4B | 22 |
| Octal | 226 | 166 | 25 | 0 | 25 | 126 | 51 | 55 | 113 | 42 |
| Binary | 10010110 | 1110110 | 10101 | 0 | 10101 | 1010110 | 101001 | 101101 | 1001011 | 100010 |
Color Harmonies of #967615
Complementary color
Monochromatic Colors of #967615
Black with #967615
Text Example
Text Example
White with #967615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967615; }
p { color: rgb(150,118,21); }
H1.HeaderClassName
{
color: #967615;
}
.AnyTagClassName
{
color: #967615;
}
</style>
background-color css
<style>
a { background-color: #967615; }
a { background-color: rgb(150,118,21); }
div.DivClassName
{
background-color: #967615;
}
.BgClassName
{
background-color: #967615;
}
</style>
border-color css
<style>
span { border-color: #967615; }
span { border-color: rgb(150,118,21); }
td.TdClassName
{
border-color: #967615;
}
.TagClassName
{
border-color: #967615;
}
</style>