Shades of Highball #999839
Tints of Highball #999839
RGB
CMYK
RGB Variations
Color information
#999839 (or 0x999839) is known color: Highball. HEX triplet: 99, 98 and 39. RGB value is (153,152,57). Sum of RGB (Red+Green+Blue) = 153+152+57=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #999839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999839 is #6667C6. Grayscale: #8D8D8D. Windows color (decimal): -6711239 or 3774617. OLE color: 3774617.
HSL color Cylindrical-coordinate representation of color #999839: hue angle of 59.38º 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 #999839 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 57 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.4 |
| HSL | 59.38º | 0.46% | 0.41% | - |
| HSV(B) | 59.38º | 0.63% | 0.6% | - |
| XYZ | 25.1 | 29.52 | 8.25 | - |
| YUV | 141.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 57 | 0 | 0.01 | 0.63 | 0.4 | 59.38 | 0.46 | 0.41 |
| Hex | 99 | 98 | 39 | 0 | 1 | 3F | 28 | 3B | 2E | 29 |
| Octal | 231 | 230 | 71 | 0 | 1 | 77 | 50 | 73 | 56 | 51 |
| Binary | 10011001 | 10011000 | 111001 | 0 | 1 | 111111 | 101000 | 111011 | 101110 | 101001 |
Color Harmonies of #999839
Complementary color
Monochromatic Colors of #999839
Black with #999839
Text Example
Text Example
White with #999839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999839; }
p { color: rgb(153,152,57); }
H1.HeaderClassName
{
color: #999839;
}
.AnyTagClassName
{
color: #999839;
}
</style>
background-color css
<style>
a { background-color: #999839; }
a { background-color: rgb(153,152,57); }
div.DivClassName
{
background-color: #999839;
}
.BgClassName
{
background-color: #999839;
}
</style>
border-color css
<style>
span { border-color: #999839; }
span { border-color: rgb(153,152,57); }
td.TdClassName
{
border-color: #999839;
}
.TagClassName
{
border-color: #999839;
}
</style>