Shades of Highball #999039
Tints of Highball #999039
RGB
CMYK
RGB Variations
Color information
#999039 (or 0x999039) is known color: Highball. HEX triplet: 99, 90 and 39. RGB value is (153,144,57). Sum of RGB (Red+Green+Blue) = 153+144+57=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #999039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999039 is #666FC6. Grayscale: #898989. Windows color (decimal): -6713287 or 3772569. OLE color: 3772569.
HSL color Cylindrical-coordinate representation of color #999039: hue angle of 54.38º 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 #999039 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 57 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.4 |
| HSL | 54.38º | 0.46% | 0.41% | - |
| HSV(B) | 54.38º | 0.63% | 0.6% | - |
| XYZ | 23.85 | 27.01 | 7.83 | - |
| YUV | 136.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 57 | 0 | 0.06 | 0.63 | 0.4 | 54.38 | 0.46 | 0.41 |
| Hex | 99 | 90 | 39 | 0 | 6 | 3F | 28 | 36 | 2E | 29 |
| Octal | 231 | 220 | 71 | 0 | 6 | 77 | 50 | 66 | 56 | 51 |
| Binary | 10011001 | 10010000 | 111001 | 0 | 110 | 111111 | 101000 | 110110 | 101110 | 101001 |
Color Harmonies of #999039
Complementary color
Monochromatic Colors of #999039
Black with #999039
Text Example
Text Example
White with #999039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999039; }
p { color: rgb(153,144,57); }
H1.HeaderClassName
{
color: #999039;
}
.AnyTagClassName
{
color: #999039;
}
</style>
background-color css
<style>
a { background-color: #999039; }
a { background-color: rgb(153,144,57); }
div.DivClassName
{
background-color: #999039;
}
.BgClassName
{
background-color: #999039;
}
</style>
border-color css
<style>
span { border-color: #999039; }
span { border-color: rgb(153,144,57); }
td.TdClassName
{
border-color: #999039;
}
.TagClassName
{
border-color: #999039;
}
</style>