Shades of Highball #999155
Tints of Highball #999155
RGB
CMYK
RGB Variations
Color information
#999155 (or 0x999155) is known color: Highball. HEX triplet: 99, 91 and 55. RGB value is (153,145,85). Sum of RGB (Red+Green+Blue) = 153+145+85=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #999155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999155 is #666EAA. Grayscale: #8C8C8C. Windows color (decimal): -6713003 or 5607833. OLE color: 5607833.
HSL color Cylindrical-coordinate representation of color #999155: hue angle of 52.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #999155 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 85 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.4 |
| HSL | 52.94º | 0.29% | 0.47% | - |
| HSV(B) | 52.94º | 0.44% | 0.6% | - |
| XYZ | 24.9 | 27.68 | 12.62 | - |
| YUV | 140.55 | 96.65 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 85 | 0 | 0.05 | 0.44 | 0.4 | 52.94 | 0.29 | 0.47 |
| Hex | 99 | 91 | 55 | 0 | 5 | 2C | 28 | 35 | 1D | 2F |
| Octal | 231 | 221 | 125 | 0 | 5 | 54 | 50 | 65 | 35 | 57 |
| Binary | 10011001 | 10010001 | 1010101 | 0 | 101 | 101100 | 101000 | 110101 | 11101 | 101111 |
Color Harmonies of #999155
Complementary color
Monochromatic Colors of #999155
Black with #999155
Text Example
Text Example
White with #999155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999155; }
p { color: rgb(153,145,85); }
H1.HeaderClassName
{
color: #999155;
}
.AnyTagClassName
{
color: #999155;
}
</style>
background-color css
<style>
a { background-color: #999155; }
a { background-color: rgb(153,145,85); }
div.DivClassName
{
background-color: #999155;
}
.BgClassName
{
background-color: #999155;
}
</style>
border-color css
<style>
span { border-color: #999155; }
span { border-color: rgb(153,145,85); }
td.TdClassName
{
border-color: #999155;
}
.TagClassName
{
border-color: #999155;
}
</style>