Shades of Highball #99942E
Tints of Highball #99942E
RGB
CMYK
RGB Variations
Color information
#99942E (or 0x99942E) is known color: Highball. HEX triplet: 99, 94 and 2E. RGB value is (153,148,46). Sum of RGB (Red+Green+Blue) = 153+148+46=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99942E is #666BD1. Grayscale: #8A8A8A. Windows color (decimal): -6712274 or 3052697. OLE color: 3052697.
HSL color Cylindrical-coordinate representation of color #99942E: hue angle of 57.2º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99942E is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 148 | 46 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.4 |
| HSL | 57.2º | 0.54% | 0.39% | - |
| HSV(B) | 57.2º | 0.7% | 0.6% | - |
| XYZ | 24.22 | 28.15 | 6.74 | - |
| YUV | 137.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 148 | 46 | 0 | 0.03 | 0.70 | 0.4 | 57.2 | 0.54 | 0.39 |
| Hex | 99 | 94 | 2E | 0 | 3 | 46 | 28 | 39 | 36 | 27 |
| Octal | 231 | 224 | 56 | 0 | 3 | 106 | 50 | 71 | 66 | 47 |
| Binary | 10011001 | 10010100 | 101110 | 0 | 11 | 1000110 | 101000 | 111001 | 110110 | 100111 |
Color Harmonies of #99942E
Complementary color
Monochromatic Colors of #99942E
Black with #99942E
Text Example
Text Example
White with #99942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99942E; }
p { color: rgb(153,148,46); }
H1.HeaderClassName
{
color: #99942E;
}
.AnyTagClassName
{
color: #99942E;
}
</style>
background-color css
<style>
a { background-color: #99942E; }
a { background-color: rgb(153,148,46); }
div.DivClassName
{
background-color: #99942E;
}
.BgClassName
{
background-color: #99942E;
}
</style>
border-color css
<style>
span { border-color: #99942E; }
span { border-color: rgb(153,148,46); }
td.TdClassName
{
border-color: #99942E;
}
.TagClassName
{
border-color: #99942E;
}
</style>