Shades of Hacienda #98880D
Tints of Hacienda #98880D
RGB
CMYK
RGB Variations
Color information
#98880D (or 0x98880D) is known color: Hacienda. HEX triplet: 98, 88 and 0D. RGB value is (152,136,13). Sum of RGB (Red+Green+Blue) = 152+136+13=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98880D is #6777F2. Grayscale: #7F7F7F. Windows color (decimal): -6780915 or 886936. OLE color: 886936.
HSL color Cylindrical-coordinate representation of color #98880D: hue angle of 53.09º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98880D is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 13 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.40 |
| HSL | 53.09º | 0.84% | 0.32% | - |
| HSV(B) | 53.09º | 0.91% | 0.6% | - |
| XYZ | 21.83 | 24.31 | 3.92 | - |
| YUV | 126.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 13 | 0 | 0.11 | 0.91 | 0.40 | 53.09 | 0.84 | 0.32 |
| Hex | 98 | 88 | D | 0 | B | 5B | 28 | 35 | 54 | 20 |
| Octal | 230 | 210 | 15 | 0 | 13 | 133 | 50 | 65 | 124 | 40 |
| Binary | 10011000 | 10001000 | 1101 | 0 | 1011 | 1011011 | 101000 | 110101 | 1010100 | 100000 |
Color Harmonies of #98880D
Complementary color
Monochromatic Colors of #98880D
Black with #98880D
Text Example
Text Example
White with #98880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98880D; }
p { color: rgb(152,136,13); }
H1.HeaderClassName
{
color: #98880D;
}
.AnyTagClassName
{
color: #98880D;
}
</style>
background-color css
<style>
a { background-color: #98880D; }
a { background-color: rgb(152,136,13); }
div.DivClassName
{
background-color: #98880D;
}
.BgClassName
{
background-color: #98880D;
}
</style>
border-color css
<style>
span { border-color: #98880D; }
span { border-color: rgb(152,136,13); }
td.TdClassName
{
border-color: #98880D;
}
.TagClassName
{
border-color: #98880D;
}
</style>