Shades of Highball #999332
Tints of Highball #999332
RGB
CMYK
RGB Variations
Color information
#999332 (or 0x999332) is known color: Highball. HEX triplet: 99, 93 and 32. RGB value is (153,147,50). Sum of RGB (Red+Green+Blue) = 153+147+50=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #999332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999332 is #666CCD. Grayscale: #8A8A8A. Windows color (decimal): -6712526 or 3314585. OLE color: 3314585.
HSL color Cylindrical-coordinate representation of color #999332: hue angle of 56.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #999332 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 50 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.4 |
| HSL | 56.5º | 0.51% | 0.4% | - |
| HSV(B) | 56.5º | 0.67% | 0.6% | - |
| XYZ | 24.15 | 27.87 | 7.12 | - |
| YUV | 137.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 50 | 0 | 0.04 | 0.67 | 0.4 | 56.5 | 0.51 | 0.4 |
| Hex | 99 | 93 | 32 | 0 | 4 | 43 | 28 | 39 | 33 | 28 |
| Octal | 231 | 223 | 62 | 0 | 4 | 103 | 50 | 71 | 63 | 50 |
| Binary | 10011001 | 10010011 | 110010 | 0 | 100 | 1000011 | 101000 | 111001 | 110011 | 101000 |
Color Harmonies of #999332
Complementary color
Monochromatic Colors of #999332
Black with #999332
Text Example
Text Example
White with #999332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999332; }
p { color: rgb(153,147,50); }
H1.HeaderClassName
{
color: #999332;
}
.AnyTagClassName
{
color: #999332;
}
</style>
background-color css
<style>
a { background-color: #999332; }
a { background-color: rgb(153,147,50); }
div.DivClassName
{
background-color: #999332;
}
.BgClassName
{
background-color: #999332;
}
</style>
border-color css
<style>
span { border-color: #999332; }
span { border-color: rgb(153,147,50); }
td.TdClassName
{
border-color: #999332;
}
.TagClassName
{
border-color: #999332;
}
</style>