Shades of Highball #998547
Tints of Highball #998547
RGB
CMYK
RGB Variations
Color information
#998547 (or 0x998547) is known color: Highball. HEX triplet: 99, 85 and 47. RGB value is (153,133,71). Sum of RGB (Red+Green+Blue) = 153+133+71=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #998547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998547 is #667AB8. Grayscale: #848484. Windows color (decimal): -6716089 or 4687257. OLE color: 4687257.
HSL color Cylindrical-coordinate representation of color #998547: hue angle of 45.37º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #998547 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 71 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.4 |
| HSL | 45.37º | 0.37% | 0.44% | - |
| HSV(B) | 45.37º | 0.54% | 0.6% | - |
| XYZ | 22.66 | 24 | 9.4 | - |
| YUV | 131.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 71 | 0 | 0.13 | 0.54 | 0.4 | 45.37 | 0.37 | 0.44 |
| Hex | 99 | 85 | 47 | 0 | D | 36 | 28 | 2D | 25 | 2C |
| Octal | 231 | 205 | 107 | 0 | 15 | 66 | 50 | 55 | 45 | 54 |
| Binary | 10011001 | 10000101 | 1000111 | 0 | 1101 | 110110 | 101000 | 101101 | 100101 | 101100 |
Color Harmonies of #998547
Complementary color
Monochromatic Colors of #998547
Black with #998547
Text Example
Text Example
White with #998547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998547; }
p { color: rgb(153,133,71); }
H1.HeaderClassName
{
color: #998547;
}
.AnyTagClassName
{
color: #998547;
}
</style>
background-color css
<style>
a { background-color: #998547; }
a { background-color: rgb(153,133,71); }
div.DivClassName
{
background-color: #998547;
}
.BgClassName
{
background-color: #998547;
}
</style>
border-color css
<style>
span { border-color: #998547; }
span { border-color: rgb(153,133,71); }
td.TdClassName
{
border-color: #998547;
}
.TagClassName
{
border-color: #998547;
}
</style>