Shades of Highball #999939
Tints of Highball #999939
RGB
CMYK
RGB Variations
Color information
#999939 (or 0x999939) is known color: Highball. HEX triplet: 99, 99 and 39. RGB value is (153,153,57). Sum of RGB (Red+Green+Blue) = 153+153+57=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999939 is #6666C6. Grayscale: #8E8E8E. Windows color (decimal): -6710983 or 3774873. OLE color: 3774873.
HSL color Cylindrical-coordinate representation of color #999939: hue angle of 60º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #999939 is Cyan = 0, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 153 | 57 | - |
| CMYK | 0 | 0 | 0.63 | 0.4 |
| HSL | 60º | 0.46% | 0.41% | - |
| HSV(B) | 60º | 0.63% | 0.6% | - |
| XYZ | 25.27 | 29.85 | 8.3 | - |
| YUV | 142.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 153 | 57 | 0 | 0 | 0.63 | 0.4 | 60 | 0.46 | 0.41 |
| Hex | 99 | 99 | 39 | 0 | 0 | 3F | 28 | 3C | 2E | 29 |
| Octal | 231 | 231 | 71 | 0 | 0 | 77 | 50 | 74 | 56 | 51 |
| Binary | 10011001 | 10011001 | 111001 | 0 | 0 | 111111 | 101000 | 111100 | 101110 | 101001 |
Color Harmonies of #999939
Complementary color
Monochromatic Colors of #999939
Black with #999939
Text Example
Text Example
White with #999939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999939; }
p { color: rgb(153,153,57); }
H1.HeaderClassName
{
color: #999939;
}
.AnyTagClassName
{
color: #999939;
}
</style>
background-color css
<style>
a { background-color: #999939; }
a { background-color: rgb(153,153,57); }
div.DivClassName
{
background-color: #999939;
}
.BgClassName
{
background-color: #999939;
}
</style>
border-color css
<style>
span { border-color: #999939; }
span { border-color: rgb(153,153,57); }
td.TdClassName
{
border-color: #999939;
}
.TagClassName
{
border-color: #999939;
}
</style>