Shades of Hacienda #998208
Tints of Hacienda #998208
RGB
CMYK
RGB Variations
Color information
#998208 (or 0x998208) is known color: Hacienda. HEX triplet: 99, 82 and 08. RGB value is (153,130,8). Sum of RGB (Red+Green+Blue) = 153+130+8=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 8 (3.52% from 255 or 2.75% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #998208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998208 is #667DF7. Grayscale: #7B7B7B. Windows color (decimal): -6716920 or 557721. OLE color: 557721.
HSL color Cylindrical-coordinate representation of color #998208: hue angle of 50.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #998208 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 8 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.4 |
| HSL | 50.48º | 0.9% | 0.32% | - |
| HSV(B) | 50.48º | 0.95% | 0.6% | - |
| XYZ | 21.16 | 22.76 | 3.51 | - |
| YUV | 122.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 8 | 0 | 0.15 | 0.95 | 0.4 | 50.48 | 0.9 | 0.32 |
| Hex | 99 | 82 | 8 | 0 | F | 5F | 28 | 32 | 5A | 20 |
| Octal | 231 | 202 | 10 | 0 | 17 | 137 | 50 | 62 | 132 | 40 |
| Binary | 10011001 | 10000010 | 1000 | 0 | 1111 | 1011111 | 101000 | 110010 | 1011010 | 100000 |
Color Harmonies of #998208
Complementary color
Monochromatic Colors of #998208
Black with #998208
Text Example
Text Example
White with #998208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998208; }
p { color: rgb(153,130,8); }
H1.HeaderClassName
{
color: #998208;
}
.AnyTagClassName
{
color: #998208;
}
</style>
background-color css
<style>
a { background-color: #998208; }
a { background-color: rgb(153,130,8); }
div.DivClassName
{
background-color: #998208;
}
.BgClassName
{
background-color: #998208;
}
</style>
border-color css
<style>
span { border-color: #998208; }
span { border-color: rgb(153,130,8); }
td.TdClassName
{
border-color: #998208;
}
.TagClassName
{
border-color: #998208;
}
</style>