Shades of Highball #9E9646
Tints of Highball #9E9646
RGB
CMYK
RGB Variations
Color information
#9E9646 (or 0x9E9646) is known color: Highball. HEX triplet: 9E, 96 and 46. RGB value is (158,150,70). Sum of RGB (Red+Green+Blue) = 158+150+70=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9646 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E9646 is #6169B9. Grayscale: #8F8F8F. Windows color (decimal): -6384058 or 4626078. OLE color: 4626078.
HSL color Cylindrical-coordinate representation of color #9E9646: hue angle of 54.55º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E9646 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 150 | 70 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.38 |
| HSL | 54.55º | 0.39% | 0.45% | - |
| HSV(B) | 54.55º | 0.56% | 0.62% | - |
| XYZ | 26.11 | 29.52 | 10.12 | - |
| YUV | 143.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 150 | 70 | 0 | 0.05 | 0.56 | 0.38 | 54.55 | 0.39 | 0.45 |
| Hex | 9E | 96 | 46 | 0 | 5 | 38 | 26 | 37 | 27 | 2D |
| Octal | 236 | 226 | 106 | 0 | 5 | 70 | 46 | 67 | 47 | 55 |
| Binary | 10011110 | 10010110 | 1000110 | 0 | 101 | 111000 | 100110 | 110111 | 100111 | 101101 |
Color Harmonies of #9E9646
Complementary color
Monochromatic Colors of #9E9646
Black with #9E9646
Text Example
Text Example
White with #9E9646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9646; }
p { color: rgb(158,150,70); }
H1.HeaderClassName
{
color: #9E9646;
}
.AnyTagClassName
{
color: #9E9646;
}
</style>
background-color css
<style>
a { background-color: #9E9646; }
a { background-color: rgb(158,150,70); }
div.DivClassName
{
background-color: #9E9646;
}
.BgClassName
{
background-color: #9E9646;
}
</style>
border-color css
<style>
span { border-color: #9E9646; }
span { border-color: rgb(158,150,70); }
td.TdClassName
{
border-color: #9E9646;
}
.TagClassName
{
border-color: #9E9646;
}
</style>