Shades of Highball #999339
Tints of Highball #999339
RGB
CMYK
RGB Variations
Color information
#999339 (or 0x999339) is known color: Highball. HEX triplet: 99, 93 and 39. RGB value is (153,147,57). Sum of RGB (Red+Green+Blue) = 153+147+57=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #999339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999339 is #666CC6. Grayscale: #8A8A8A. Windows color (decimal): -6712519 or 3773337. OLE color: 3773337.
HSL color Cylindrical-coordinate representation of color #999339: hue angle of 56.25º 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 #999339 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 57 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.4 |
| HSL | 56.25º | 0.46% | 0.41% | - |
| HSV(B) | 56.25º | 0.63% | 0.6% | - |
| XYZ | 24.31 | 27.94 | 7.98 | - |
| YUV | 138.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 57 | 0 | 0.04 | 0.63 | 0.4 | 56.25 | 0.46 | 0.41 |
| Hex | 99 | 93 | 39 | 0 | 4 | 3F | 28 | 38 | 2E | 29 |
| Octal | 231 | 223 | 71 | 0 | 4 | 77 | 50 | 70 | 56 | 51 |
| Binary | 10011001 | 10010011 | 111001 | 0 | 100 | 111111 | 101000 | 111000 | 101110 | 101001 |
Color Harmonies of #999339
Complementary color
Monochromatic Colors of #999339
Black with #999339
Text Example
Text Example
White with #999339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999339; }
p { color: rgb(153,147,57); }
H1.HeaderClassName
{
color: #999339;
}
.AnyTagClassName
{
color: #999339;
}
</style>
background-color css
<style>
a { background-color: #999339; }
a { background-color: rgb(153,147,57); }
div.DivClassName
{
background-color: #999339;
}
.BgClassName
{
background-color: #999339;
}
</style>
border-color css
<style>
span { border-color: #999339; }
span { border-color: rgb(153,147,57); }
td.TdClassName
{
border-color: #999339;
}
.TagClassName
{
border-color: #999339;
}
</style>