Shades of Highball #99994A
Tints of Highball #99994A
RGB
CMYK
RGB Variations
Color information
#99994A (or 0x99994A) is known color: Highball. HEX triplet: 99, 99 and 4A. RGB value is (153,153,74). Sum of RGB (Red+Green+Blue) = 153+153+74=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99994A is #6666B5. Grayscale: #909090. Windows color (decimal): -6710966 or 4888985. OLE color: 4888985.
HSL color Cylindrical-coordinate representation of color #99994A: hue angle of 60º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99994A is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 74 | - |
| CMYK | 0 | 0 | 0.52 | 0.4 |
| HSL | 60º | 0.35% | 0.45% | - |
| HSV(B) | 60º | 0.52% | 0.6% | - |
| XYZ | 25.76 | 30.05 | 10.92 | - |
| YUV | 143.99 | 88.5 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 74 | 0 | 0 | 0.52 | 0.4 | 60 | 0.35 | 0.45 |
| Hex | 99 | 99 | 4A | 0 | 0 | 34 | 28 | 3C | 23 | 2D |
| Octal | 231 | 231 | 112 | 0 | 0 | 64 | 50 | 74 | 43 | 55 |
| Binary | 10011001 | 10011001 | 1001010 | 0 | 0 | 110100 | 101000 | 111100 | 100011 | 101101 |
Color Harmonies of #99994A
Complementary color
Monochromatic Colors of #99994A
Black with #99994A
Text Example
Text Example
White with #99994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99994A; }
p { color: rgb(153,153,74); }
H1.HeaderClassName
{
color: #99994A;
}
.AnyTagClassName
{
color: #99994A;
}
</style>
background-color css
<style>
a { background-color: #99994A; }
a { background-color: rgb(153,153,74); }
div.DivClassName
{
background-color: #99994A;
}
.BgClassName
{
background-color: #99994A;
}
</style>
border-color css
<style>
span { border-color: #99994A; }
span { border-color: rgb(153,153,74); }
td.TdClassName
{
border-color: #99994A;
}
.TagClassName
{
border-color: #99994A;
}
</style>