Shades of Highball #998947
Tints of Highball #998947
RGB
CMYK
RGB Variations
Color information
#998947 (or 0x998947) is known color: Highball. HEX triplet: 99, 89 and 47. RGB value is (153,137,71). Sum of RGB (Red+Green+Blue) = 153+137+71=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #998947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998947 is #6676B8. Grayscale: #868686. Windows color (decimal): -6715065 or 4688281. OLE color: 4688281.
HSL color Cylindrical-coordinate representation of color #998947: hue angle of 48.29º 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 #998947 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 71 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.4 |
| HSL | 48.29º | 0.37% | 0.44% | - |
| HSV(B) | 48.29º | 0.54% | 0.6% | - |
| XYZ | 23.22 | 25.12 | 9.59 | - |
| YUV | 134.26 | 92.3 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 71 | 0 | 0.10 | 0.54 | 0.4 | 48.29 | 0.37 | 0.44 |
| Hex | 99 | 89 | 47 | 0 | A | 36 | 28 | 30 | 25 | 2C |
| Octal | 231 | 211 | 107 | 0 | 12 | 66 | 50 | 60 | 45 | 54 |
| Binary | 10011001 | 10001001 | 1000111 | 0 | 1010 | 110110 | 101000 | 110000 | 100101 | 101100 |
Color Harmonies of #998947
Complementary color
Monochromatic Colors of #998947
Black with #998947
Text Example
Text Example
White with #998947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998947; }
p { color: rgb(153,137,71); }
H1.HeaderClassName
{
color: #998947;
}
.AnyTagClassName
{
color: #998947;
}
</style>
background-color css
<style>
a { background-color: #998947; }
a { background-color: rgb(153,137,71); }
div.DivClassName
{
background-color: #998947;
}
.BgClassName
{
background-color: #998947;
}
</style>
border-color css
<style>
span { border-color: #998947; }
span { border-color: rgb(153,137,71); }
td.TdClassName
{
border-color: #998947;
}
.TagClassName
{
border-color: #998947;
}
</style>