Shades of Highball #999540
Tints of Highball #999540
RGB
CMYK
RGB Variations
Color information
#999540 (or 0x999540) is known color: Highball. HEX triplet: 99, 95 and 40. RGB value is (153,149,64). Sum of RGB (Red+Green+Blue) = 153+149+64=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #999540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999540 is #666ABF. Grayscale: #8C8C8C. Windows color (decimal): -6712000 or 4232601. OLE color: 4232601.
HSL color Cylindrical-coordinate representation of color #999540: hue angle of 57.3º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #999540 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 149 | 64 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.4 |
| HSL | 57.3º | 0.41% | 0.43% | - |
| HSV(B) | 57.3º | 0.58% | 0.6% | - |
| XYZ | 24.81 | 28.64 | 9.07 | - |
| YUV | 140.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 149 | 64 | 0 | 0.03 | 0.58 | 0.4 | 57.3 | 0.41 | 0.43 |
| Hex | 99 | 95 | 40 | 0 | 3 | 3A | 28 | 39 | 29 | 2B |
| Octal | 231 | 225 | 100 | 0 | 3 | 72 | 50 | 71 | 51 | 53 |
| Binary | 10011001 | 10010101 | 1000000 | 0 | 11 | 111010 | 101000 | 111001 | 101001 | 101011 |
Color Harmonies of #999540
Complementary color
Monochromatic Colors of #999540
Black with #999540
Text Example
Text Example
White with #999540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999540; }
p { color: rgb(153,149,64); }
H1.HeaderClassName
{
color: #999540;
}
.AnyTagClassName
{
color: #999540;
}
</style>
background-color css
<style>
a { background-color: #999540; }
a { background-color: rgb(153,149,64); }
div.DivClassName
{
background-color: #999540;
}
.BgClassName
{
background-color: #999540;
}
</style>
border-color css
<style>
span { border-color: #999540; }
span { border-color: rgb(153,149,64); }
td.TdClassName
{
border-color: #999540;
}
.TagClassName
{
border-color: #999540;
}
</style>