Shades of Highball #99994C
Tints of Highball #99994C
RGB
CMYK
RGB Variations
Color information
#99994C (or 0x99994C) is known color: Highball. HEX triplet: 99, 99 and 4C. RGB value is (153,153,76). Sum of RGB (Red+Green+Blue) = 153+153+76=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99994C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99994C is #6666B3. Grayscale: #909090. Windows color (decimal): -6710964 or 5020057. OLE color: 5020057.
HSL color Cylindrical-coordinate representation of color #99994C: hue angle of 60º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99994C is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 76 | - |
| CMYK | 0 | 0 | 0.50 | 0.4 |
| HSL | 60º | 0.34% | 0.45% | - |
| HSV(B) | 60º | 0.5% | 0.6% | - |
| XYZ | 25.83 | 30.08 | 11.28 | - |
| YUV | 144.22 | 89.5 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 76 | 0 | 0 | 0.50 | 0.4 | 60 | 0.34 | 0.45 |
| Hex | 99 | 99 | 4C | 0 | 0 | 32 | 28 | 3C | 22 | 2D |
| Octal | 231 | 231 | 114 | 0 | 0 | 62 | 50 | 74 | 42 | 55 |
| Binary | 10011001 | 10011001 | 1001100 | 0 | 0 | 110010 | 101000 | 111100 | 100010 | 101101 |
Color Harmonies of #99994C
Complementary color
Monochromatic Colors of #99994C
Black with #99994C
Text Example
Text Example
White with #99994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99994C; }
p { color: rgb(153,153,76); }
H1.HeaderClassName
{
color: #99994C;
}
.AnyTagClassName
{
color: #99994C;
}
</style>
background-color css
<style>
a { background-color: #99994C; }
a { background-color: rgb(153,153,76); }
div.DivClassName
{
background-color: #99994C;
}
.BgClassName
{
background-color: #99994C;
}
</style>
border-color css
<style>
span { border-color: #99994C; }
span { border-color: rgb(153,153,76); }
td.TdClassName
{
border-color: #99994C;
}
.TagClassName
{
border-color: #99994C;
}
</style>