Shades of Highball #99964F
Tints of Highball #99964F
RGB
CMYK
RGB Variations
Color information
#99964F (or 0x99964F) is known color: Highball. HEX triplet: 99, 96 and 4F. RGB value is (153,150,79). Sum of RGB (Red+Green+Blue) = 153+150+79=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99964F is #6669B0. Grayscale: #8F8F8F. Windows color (decimal): -6711729 or 5215897. OLE color: 5215897.
HSL color Cylindrical-coordinate representation of color #99964F: hue angle of 57.57º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99964F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 79 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.4 |
| HSL | 57.57º | 0.32% | 0.45% | - |
| HSV(B) | 57.57º | 0.48% | 0.6% | - |
| XYZ | 25.45 | 29.15 | 11.68 | - |
| YUV | 142.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 79 | 0 | 0.02 | 0.48 | 0.4 | 57.57 | 0.32 | 0.45 |
| Hex | 99 | 96 | 4F | 0 | 2 | 30 | 28 | 3A | 20 | 2D |
| Octal | 231 | 226 | 117 | 0 | 2 | 60 | 50 | 72 | 40 | 55 |
| Binary | 10011001 | 10010110 | 1001111 | 0 | 10 | 110000 | 101000 | 111010 | 100000 | 101101 |
Color Harmonies of #99964F
Complementary color
Monochromatic Colors of #99964F
Black with #99964F
Text Example
Text Example
White with #99964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99964F; }
p { color: rgb(153,150,79); }
H1.HeaderClassName
{
color: #99964F;
}
.AnyTagClassName
{
color: #99964F;
}
</style>
background-color css
<style>
a { background-color: #99964F; }
a { background-color: rgb(153,150,79); }
div.DivClassName
{
background-color: #99964F;
}
.BgClassName
{
background-color: #99964F;
}
</style>
border-color css
<style>
span { border-color: #99964F; }
span { border-color: rgb(153,150,79); }
td.TdClassName
{
border-color: #99964F;
}
.TagClassName
{
border-color: #99964F;
}
</style>