Shades of Highball #998F4F
Tints of Highball #998F4F
RGB
CMYK
RGB Variations
Color information
#998F4F (or 0x998F4F) is known color: Highball. HEX triplet: 99, 8F and 4F. RGB value is (153,143,79). Sum of RGB (Red+Green+Blue) = 153+143+79=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 79 (31.25% from 255 or 21.07% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #998F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F4F is #6670B0. Grayscale: #8A8A8A. Windows color (decimal): -6713521 or 5214105. OLE color: 5214105.
HSL color Cylindrical-coordinate representation of color #998F4F: hue angle of 51.89º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #998F4F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 79 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.4 |
| HSL | 51.89º | 0.32% | 0.45% | - |
| HSV(B) | 51.89º | 0.48% | 0.6% | - |
| XYZ | 24.37 | 26.98 | 11.32 | - |
| YUV | 138.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 79 | 0 | 0.07 | 0.48 | 0.4 | 51.89 | 0.32 | 0.45 |
| Hex | 99 | 8F | 4F | 0 | 7 | 30 | 28 | 34 | 20 | 2D |
| Octal | 231 | 217 | 117 | 0 | 7 | 60 | 50 | 64 | 40 | 55 |
| Binary | 10011001 | 10001111 | 1001111 | 0 | 111 | 110000 | 101000 | 110100 | 100000 | 101101 |
Color Harmonies of #998F4F
Complementary color
Monochromatic Colors of #998F4F
Black with #998F4F
Text Example
Text Example
White with #998F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F4F; }
p { color: rgb(153,143,79); }
H1.HeaderClassName
{
color: #998F4F;
}
.AnyTagClassName
{
color: #998F4F;
}
</style>
background-color css
<style>
a { background-color: #998F4F; }
a { background-color: rgb(153,143,79); }
div.DivClassName
{
background-color: #998F4F;
}
.BgClassName
{
background-color: #998F4F;
}
</style>
border-color css
<style>
span { border-color: #998F4F; }
span { border-color: rgb(153,143,79); }
td.TdClassName
{
border-color: #998F4F;
}
.TagClassName
{
border-color: #998F4F;
}
</style>