Shades of Highball #999840
Tints of Highball #999840
RGB
CMYK
RGB Variations
Color information
#999840 (or 0x999840) is known color: Highball. HEX triplet: 99, 98 and 40. RGB value is (153,152,64). Sum of RGB (Red+Green+Blue) = 153+152+64=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999840 is #6667BF. Grayscale: #8E8E8E. Windows color (decimal): -6711232 or 4233369. OLE color: 4233369.
HSL color Cylindrical-coordinate representation of color #999840: hue angle of 59.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999840 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 64 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.4 |
| HSL | 59.33º | 0.41% | 0.43% | - |
| HSV(B) | 59.33º | 0.58% | 0.6% | - |
| XYZ | 25.29 | 29.6 | 9.23 | - |
| YUV | 142.27 | 83.83 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 64 | 0 | 0.01 | 0.58 | 0.4 | 59.33 | 0.41 | 0.43 |
| Hex | 99 | 98 | 40 | 0 | 1 | 3A | 28 | 3B | 29 | 2B |
| Octal | 231 | 230 | 100 | 0 | 1 | 72 | 50 | 73 | 51 | 53 |
| Binary | 10011001 | 10011000 | 1000000 | 0 | 1 | 111010 | 101000 | 111011 | 101001 | 101011 |
Color Harmonies of #999840
Complementary color
Monochromatic Colors of #999840
Black with #999840
Text Example
Text Example
White with #999840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999840; }
p { color: rgb(153,152,64); }
H1.HeaderClassName
{
color: #999840;
}
.AnyTagClassName
{
color: #999840;
}
</style>
background-color css
<style>
a { background-color: #999840; }
a { background-color: rgb(153,152,64); }
div.DivClassName
{
background-color: #999840;
}
.BgClassName
{
background-color: #999840;
}
</style>
border-color css
<style>
span { border-color: #999840; }
span { border-color: rgb(153,152,64); }
td.TdClassName
{
border-color: #999840;
}
.TagClassName
{
border-color: #999840;
}
</style>