Shades of Highball #998B46
Tints of Highball #998B46
RGB
CMYK
RGB Variations
Color information
#998B46 (or 0x998B46) is known color: Highball. HEX triplet: 99, 8B and 46. RGB value is (153,139,70). Sum of RGB (Red+Green+Blue) = 153+139+70=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #998B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998B46 is #6674B9. Grayscale: #878787. Windows color (decimal): -6714554 or 4623257. OLE color: 4623257.
HSL color Cylindrical-coordinate representation of color #998B46: hue angle of 49.88º 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 #998B46 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 70 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.4 |
| HSL | 49.88º | 0.37% | 0.44% | - |
| HSV(B) | 49.88º | 0.54% | 0.6% | - |
| XYZ | 23.47 | 25.68 | 9.51 | - |
| YUV | 135.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 70 | 0 | 0.09 | 0.54 | 0.4 | 49.88 | 0.37 | 0.44 |
| Hex | 99 | 8B | 46 | 0 | 9 | 36 | 28 | 32 | 25 | 2C |
| Octal | 231 | 213 | 106 | 0 | 11 | 66 | 50 | 62 | 45 | 54 |
| Binary | 10011001 | 10001011 | 1000110 | 0 | 1001 | 110110 | 101000 | 110010 | 100101 | 101100 |
Color Harmonies of #998B46
Complementary color
Monochromatic Colors of #998B46
Black with #998B46
Text Example
Text Example
White with #998B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B46; }
p { color: rgb(153,139,70); }
H1.HeaderClassName
{
color: #998B46;
}
.AnyTagClassName
{
color: #998B46;
}
</style>
background-color css
<style>
a { background-color: #998B46; }
a { background-color: rgb(153,139,70); }
div.DivClassName
{
background-color: #998B46;
}
.BgClassName
{
background-color: #998B46;
}
</style>
border-color css
<style>
span { border-color: #998B46; }
span { border-color: rgb(153,139,70); }
td.TdClassName
{
border-color: #998B46;
}
.TagClassName
{
border-color: #998B46;
}
</style>