Shades of Highball #999246
Tints of Highball #999246
RGB
CMYK
RGB Variations
Color information
#999246 (or 0x999246) is known color: Highball. HEX triplet: 99, 92 and 46. RGB value is (153,146,70). Sum of RGB (Red+Green+Blue) = 153+146+70=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #999246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999246 is #666DB9. Grayscale: #8B8B8B. Windows color (decimal): -6712762 or 4625049. OLE color: 4625049.
HSL color Cylindrical-coordinate representation of color #999246: hue angle of 54.94º 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 #999246 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 70 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.4 |
| HSL | 54.94º | 0.37% | 0.44% | - |
| HSV(B) | 54.94º | 0.54% | 0.6% | - |
| XYZ | 24.52 | 27.77 | 9.86 | - |
| YUV | 139.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 70 | 0 | 0.05 | 0.54 | 0.4 | 54.94 | 0.37 | 0.44 |
| Hex | 99 | 92 | 46 | 0 | 5 | 36 | 28 | 37 | 25 | 2C |
| Octal | 231 | 222 | 106 | 0 | 5 | 66 | 50 | 67 | 45 | 54 |
| Binary | 10011001 | 10010010 | 1000110 | 0 | 101 | 110110 | 101000 | 110111 | 100101 | 101100 |
Color Harmonies of #999246
Complementary color
Monochromatic Colors of #999246
Black with #999246
Text Example
Text Example
White with #999246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999246; }
p { color: rgb(153,146,70); }
H1.HeaderClassName
{
color: #999246;
}
.AnyTagClassName
{
color: #999246;
}
</style>
background-color css
<style>
a { background-color: #999246; }
a { background-color: rgb(153,146,70); }
div.DivClassName
{
background-color: #999246;
}
.BgClassName
{
background-color: #999246;
}
</style>
border-color css
<style>
span { border-color: #999246; }
span { border-color: rgb(153,146,70); }
td.TdClassName
{
border-color: #999246;
}
.TagClassName
{
border-color: #999246;
}
</style>