Shades of Highball #999646
Tints of Highball #999646
RGB
CMYK
RGB Variations
Color information
#999646 (or 0x999646) is known color: Highball. HEX triplet: 99, 96 and 46. RGB value is (153,150,70). Sum of RGB (Red+Green+Blue) = 153+150+70=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 153 - color contains mainly: red. Hex color #999646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999646 is #6669B9. Grayscale: #8E8E8E. Windows color (decimal): -6711738 or 4626073. OLE color: 4626073.
HSL color Cylindrical-coordinate representation of color #999646: hue angle of 57.83º 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 #999646 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 70 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.4 |
| HSL | 57.83º | 0.37% | 0.44% | - |
| HSV(B) | 57.83º | 0.54% | 0.6% | - |
| XYZ | 25.15 | 29.03 | 10.07 | - |
| YUV | 141.78 | 87.49 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 70 | 0 | 0.02 | 0.54 | 0.4 | 57.83 | 0.37 | 0.44 |
| Hex | 99 | 96 | 46 | 0 | 2 | 36 | 28 | 3A | 25 | 2C |
| Octal | 231 | 226 | 106 | 0 | 2 | 66 | 50 | 72 | 45 | 54 |
| Binary | 10011001 | 10010110 | 1000110 | 0 | 10 | 110110 | 101000 | 111010 | 100101 | 101100 |
Color Harmonies of #999646
Complementary color
Monochromatic Colors of #999646
Black with #999646
Text Example
Text Example
White with #999646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999646; }
p { color: rgb(153,150,70); }
H1.HeaderClassName
{
color: #999646;
}
.AnyTagClassName
{
color: #999646;
}
</style>
background-color css
<style>
a { background-color: #999646; }
a { background-color: rgb(153,150,70); }
div.DivClassName
{
background-color: #999646;
}
.BgClassName
{
background-color: #999646;
}
</style>
border-color css
<style>
span { border-color: #999646; }
span { border-color: rgb(153,150,70); }
td.TdClassName
{
border-color: #999646;
}
.TagClassName
{
border-color: #999646;
}
</style>