Shades of Highball #999031
Tints of Highball #999031
RGB
CMYK
RGB Variations
Color information
#999031 (or 0x999031) is known color: Highball. HEX triplet: 99, 90 and 31. RGB value is (153,144,49). Sum of RGB (Red+Green+Blue) = 153+144+49=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #999031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999031 is #666FCE. Grayscale: #888888. Windows color (decimal): -6713295 or 3248281. OLE color: 3248281.
HSL color Cylindrical-coordinate representation of color #999031: hue angle of 54.81º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #999031 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 49 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.4 |
| HSL | 54.81º | 0.51% | 0.4% | - |
| HSV(B) | 54.81º | 0.68% | 0.6% | - |
| XYZ | 23.66 | 26.94 | 6.86 | - |
| YUV | 135.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 49 | 0 | 0.06 | 0.68 | 0.4 | 54.81 | 0.51 | 0.4 |
| Hex | 99 | 90 | 31 | 0 | 6 | 44 | 28 | 37 | 33 | 28 |
| Octal | 231 | 220 | 61 | 0 | 6 | 104 | 50 | 67 | 63 | 50 |
| Binary | 10011001 | 10010000 | 110001 | 0 | 110 | 1000100 | 101000 | 110111 | 110011 | 101000 |
Color Harmonies of #999031
Complementary color
Monochromatic Colors of #999031
Black with #999031
Text Example
Text Example
White with #999031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999031; }
p { color: rgb(153,144,49); }
H1.HeaderClassName
{
color: #999031;
}
.AnyTagClassName
{
color: #999031;
}
</style>
background-color css
<style>
a { background-color: #999031; }
a { background-color: rgb(153,144,49); }
div.DivClassName
{
background-color: #999031;
}
.BgClassName
{
background-color: #999031;
}
</style>
border-color css
<style>
span { border-color: #999031; }
span { border-color: rgb(153,144,49); }
td.TdClassName
{
border-color: #999031;
}
.TagClassName
{
border-color: #999031;
}
</style>