Shades of Hacienda #96800D
Tints of Hacienda #96800D
RGB
CMYK
RGB Variations
Color information
#96800D (or 0x96800D) is known color: Hacienda. HEX triplet: 96, 80 and 0D. RGB value is (150,128,13). Sum of RGB (Red+Green+Blue) = 150+128+13=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96800D is #697FF2. Grayscale: #797979. Windows color (decimal): -6914035 or 884886. OLE color: 884886.
HSL color Cylindrical-coordinate representation of color #96800D: hue angle of 50.36º 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 #96800D is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 13 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.41 |
| HSL | 50.36º | 0.84% | 0.32% | - |
| HSV(B) | 50.36º | 0.91% | 0.59% | - |
| XYZ | 20.37 | 21.95 | 3.54 | - |
| YUV | 121.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 13 | 0 | 0.15 | 0.91 | 0.41 | 50.36 | 0.84 | 0.32 |
| Hex | 96 | 80 | D | 0 | F | 5B | 29 | 32 | 54 | 20 |
| Octal | 226 | 200 | 15 | 0 | 17 | 133 | 51 | 62 | 124 | 40 |
| Binary | 10010110 | 10000000 | 1101 | 0 | 1111 | 1011011 | 101001 | 110010 | 1010100 | 100000 |
Color Harmonies of #96800D
Complementary color
Monochromatic Colors of #96800D
Black with #96800D
Text Example
Text Example
White with #96800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96800D; }
p { color: rgb(150,128,13); }
H1.HeaderClassName
{
color: #96800D;
}
.AnyTagClassName
{
color: #96800D;
}
</style>
background-color css
<style>
a { background-color: #96800D; }
a { background-color: rgb(150,128,13); }
div.DivClassName
{
background-color: #96800D;
}
.BgClassName
{
background-color: #96800D;
}
</style>
border-color css
<style>
span { border-color: #96800D; }
span { border-color: rgb(150,128,13); }
td.TdClassName
{
border-color: #96800D;
}
.TagClassName
{
border-color: #96800D;
}
</style>