Shades of Hacienda #967D0D
Tints of Hacienda #967D0D
RGB
CMYK
RGB Variations
Color information
#967D0D (or 0x967D0D) is known color: Hacienda. HEX triplet: 96, 7D and 0D. RGB value is (150,125,13). Sum of RGB (Red+Green+Blue) = 150+125+13=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #967D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967D0D is #6982F2. Grayscale: #787878. Windows color (decimal): -6914803 or 884118. OLE color: 884118.
HSL color Cylindrical-coordinate representation of color #967D0D: hue angle of 49.05º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #967D0D is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 13 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.41 |
| HSL | 49.05º | 0.84% | 0.32% | - |
| HSV(B) | 49.05º | 0.91% | 0.59% | - |
| XYZ | 19.98 | 21.18 | 3.42 | - |
| YUV | 119.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 13 | 0 | 0.17 | 0.91 | 0.41 | 49.05 | 0.84 | 0.32 |
| Hex | 96 | 7D | D | 0 | 11 | 5B | 29 | 31 | 54 | 20 |
| Octal | 226 | 175 | 15 | 0 | 21 | 133 | 51 | 61 | 124 | 40 |
| Binary | 10010110 | 1111101 | 1101 | 0 | 10001 | 1011011 | 101001 | 110001 | 1010100 | 100000 |
Color Harmonies of #967D0D
Complementary color
Monochromatic Colors of #967D0D
Black with #967D0D
Text Example
Text Example
White with #967D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D0D; }
p { color: rgb(150,125,13); }
H1.HeaderClassName
{
color: #967D0D;
}
.AnyTagClassName
{
color: #967D0D;
}
</style>
background-color css
<style>
a { background-color: #967D0D; }
a { background-color: rgb(150,125,13); }
div.DivClassName
{
background-color: #967D0D;
}
.BgClassName
{
background-color: #967D0D;
}
</style>
border-color css
<style>
span { border-color: #967D0D; }
span { border-color: rgb(150,125,13); }
td.TdClassName
{
border-color: #967D0D;
}
.TagClassName
{
border-color: #967D0D;
}
</style>