Shades of Highball #999632
Tints of Highball #999632
RGB
CMYK
RGB Variations
Color information
#999632 (or 0x999632) is known color: Highball. HEX triplet: 99, 96 and 32. RGB value is (153,150,50). Sum of RGB (Red+Green+Blue) = 153+150+50=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #999632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999632 is #6669CD. Grayscale: #8B8B8B. Windows color (decimal): -6711758 or 3315353. OLE color: 3315353.
HSL color Cylindrical-coordinate representation of color #999632: hue angle of 58.25º 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 #999632 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 50 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.4 |
| HSL | 58.25º | 0.51% | 0.4% | - |
| HSV(B) | 58.25º | 0.67% | 0.6% | - |
| XYZ | 24.62 | 28.82 | 7.28 | - |
| YUV | 139.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 50 | 0 | 0.02 | 0.67 | 0.4 | 58.25 | 0.51 | 0.4 |
| Hex | 99 | 96 | 32 | 0 | 2 | 43 | 28 | 3A | 33 | 28 |
| Octal | 231 | 226 | 62 | 0 | 2 | 103 | 50 | 72 | 63 | 50 |
| Binary | 10011001 | 10010110 | 110010 | 0 | 10 | 1000011 | 101000 | 111010 | 110011 | 101000 |
Color Harmonies of #999632
Complementary color
Monochromatic Colors of #999632
Black with #999632
Text Example
Text Example
White with #999632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999632; }
p { color: rgb(153,150,50); }
H1.HeaderClassName
{
color: #999632;
}
.AnyTagClassName
{
color: #999632;
}
</style>
background-color css
<style>
a { background-color: #999632; }
a { background-color: rgb(153,150,50); }
div.DivClassName
{
background-color: #999632;
}
.BgClassName
{
background-color: #999632;
}
</style>
border-color css
<style>
span { border-color: #999632; }
span { border-color: rgb(153,150,50); }
td.TdClassName
{
border-color: #999632;
}
.TagClassName
{
border-color: #999632;
}
</style>