Shades of Highball #998F39
Tints of Highball #998F39
RGB
CMYK
RGB Variations
Color information
#998F39 (or 0x998F39) is known color: Highball. HEX triplet: 99, 8F and 39. RGB value is (153,143,57). Sum of RGB (Red+Green+Blue) = 153+143+57=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #998F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998F39 is #6670C6. Grayscale: #888888. Windows color (decimal): -6713543 or 3772313. OLE color: 3772313.
HSL color Cylindrical-coordinate representation of color #998F39: hue angle of 53.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #998F39 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 57 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.4 |
| HSL | 53.75º | 0.46% | 0.41% | - |
| HSV(B) | 53.75º | 0.63% | 0.6% | - |
| XYZ | 23.7 | 26.71 | 7.78 | - |
| YUV | 136.19 | 83.31 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 57 | 0 | 0.07 | 0.63 | 0.4 | 53.75 | 0.46 | 0.41 |
| Hex | 99 | 8F | 39 | 0 | 7 | 3F | 28 | 36 | 2E | 29 |
| Octal | 231 | 217 | 71 | 0 | 7 | 77 | 50 | 66 | 56 | 51 |
| Binary | 10011001 | 10001111 | 111001 | 0 | 111 | 111111 | 101000 | 110110 | 101110 | 101001 |
Color Harmonies of #998F39
Complementary color
Monochromatic Colors of #998F39
Black with #998F39
Text Example
Text Example
White with #998F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F39; }
p { color: rgb(153,143,57); }
H1.HeaderClassName
{
color: #998F39;
}
.AnyTagClassName
{
color: #998F39;
}
</style>
background-color css
<style>
a { background-color: #998F39; }
a { background-color: rgb(153,143,57); }
div.DivClassName
{
background-color: #998F39;
}
.BgClassName
{
background-color: #998F39;
}
</style>
border-color css
<style>
span { border-color: #998F39; }
span { border-color: rgb(153,143,57); }
td.TdClassName
{
border-color: #998F39;
}
.TagClassName
{
border-color: #998F39;
}
</style>