Shades of Highball #999249
Tints of Highball #999249
RGB
CMYK
RGB Variations
Color information
#999249 (or 0x999249) is known color: Highball. HEX triplet: 99, 92 and 49. RGB value is (153,146,73). Sum of RGB (Red+Green+Blue) = 153+146+73=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #999249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999249 is #666DB6. Grayscale: #8C8C8C. Windows color (decimal): -6712759 or 4821657. OLE color: 4821657.
HSL color Cylindrical-coordinate representation of color #999249: hue angle of 54.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #999249 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 73 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.4 |
| HSL | 54.75º | 0.35% | 0.44% | - |
| HSV(B) | 54.75º | 0.52% | 0.6% | - |
| XYZ | 24.62 | 27.81 | 10.37 | - |
| YUV | 139.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 73 | 0 | 0.05 | 0.52 | 0.4 | 54.75 | 0.35 | 0.44 |
| Hex | 99 | 92 | 49 | 0 | 5 | 34 | 28 | 37 | 23 | 2C |
| Octal | 231 | 222 | 111 | 0 | 5 | 64 | 50 | 67 | 43 | 54 |
| Binary | 10011001 | 10010010 | 1001001 | 0 | 101 | 110100 | 101000 | 110111 | 100011 | 101100 |
Color Harmonies of #999249
Complementary color
Monochromatic Colors of #999249
Black with #999249
Text Example
Text Example
White with #999249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999249; }
p { color: rgb(153,146,73); }
H1.HeaderClassName
{
color: #999249;
}
.AnyTagClassName
{
color: #999249;
}
</style>
background-color css
<style>
a { background-color: #999249; }
a { background-color: rgb(153,146,73); }
div.DivClassName
{
background-color: #999249;
}
.BgClassName
{
background-color: #999249;
}
</style>
border-color css
<style>
span { border-color: #999249; }
span { border-color: rgb(153,146,73); }
td.TdClassName
{
border-color: #999249;
}
.TagClassName
{
border-color: #999249;
}
</style>