Shades of Highball #999837
Tints of Highball #999837
RGB
CMYK
RGB Variations
Color information
#999837 (or 0x999837) is known color: Highball. HEX triplet: 99, 98 and 37. RGB value is (153,152,55). Sum of RGB (Red+Green+Blue) = 153+152+55=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #999837 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999837 is #6667C8. Grayscale: #8D8D8D. Windows color (decimal): -6711241 or 3643545. OLE color: 3643545.
HSL color Cylindrical-coordinate representation of color #999837: hue angle of 59.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #999837 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 55 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.4 |
| HSL | 59.39º | 0.47% | 0.41% | - |
| HSV(B) | 59.39º | 0.64% | 0.6% | - |
| XYZ | 25.05 | 29.5 | 7.99 | - |
| YUV | 141.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 55 | 0 | 0.01 | 0.64 | 0.4 | 59.39 | 0.47 | 0.41 |
| Hex | 99 | 98 | 37 | 0 | 1 | 40 | 28 | 3B | 2F | 29 |
| Octal | 231 | 230 | 67 | 0 | 1 | 100 | 50 | 73 | 57 | 51 |
| Binary | 10011001 | 10011000 | 110111 | 0 | 1 | 1000000 | 101000 | 111011 | 101111 | 101001 |
Color Harmonies of #999837
Complementary color
Monochromatic Colors of #999837
Black with #999837
Text Example
Text Example
White with #999837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999837; }
p { color: rgb(153,152,55); }
H1.HeaderClassName
{
color: #999837;
}
.AnyTagClassName
{
color: #999837;
}
</style>
background-color css
<style>
a { background-color: #999837; }
a { background-color: rgb(153,152,55); }
div.DivClassName
{
background-color: #999837;
}
.BgClassName
{
background-color: #999837;
}
</style>
border-color css
<style>
span { border-color: #999837; }
span { border-color: rgb(153,152,55); }
td.TdClassName
{
border-color: #999837;
}
.TagClassName
{
border-color: #999837;
}
</style>