Shades of Highball #999255
Tints of Highball #999255
RGB
CMYK
RGB Variations
Color information
#999255 (or 0x999255) is known color: Highball. HEX triplet: 99, 92 and 55. RGB value is (153,146,85). Sum of RGB (Red+Green+Blue) = 153+146+85=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #999255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999255 is #666DAA. Grayscale: #8D8D8D. Windows color (decimal): -6712747 or 5608089. OLE color: 5608089.
HSL color Cylindrical-coordinate representation of color #999255: hue angle of 53.82º 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 #999255 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 85 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.4 |
| HSL | 53.82º | 0.29% | 0.47% | - |
| HSV(B) | 53.82º | 0.44% | 0.6% | - |
| XYZ | 25.06 | 27.99 | 12.68 | - |
| YUV | 141.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 85 | 0 | 0.05 | 0.44 | 0.4 | 53.82 | 0.29 | 0.47 |
| Hex | 99 | 92 | 55 | 0 | 5 | 2C | 28 | 36 | 1D | 2F |
| Octal | 231 | 222 | 125 | 0 | 5 | 54 | 50 | 66 | 35 | 57 |
| Binary | 10011001 | 10010010 | 1010101 | 0 | 101 | 101100 | 101000 | 110110 | 11101 | 101111 |
Color Harmonies of #999255
Complementary color
Monochromatic Colors of #999255
Black with #999255
Text Example
Text Example
White with #999255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999255; }
p { color: rgb(153,146,85); }
H1.HeaderClassName
{
color: #999255;
}
.AnyTagClassName
{
color: #999255;
}
</style>
background-color css
<style>
a { background-color: #999255; }
a { background-color: rgb(153,146,85); }
div.DivClassName
{
background-color: #999255;
}
.BgClassName
{
background-color: #999255;
}
</style>
border-color css
<style>
span { border-color: #999255; }
span { border-color: rgb(153,146,85); }
td.TdClassName
{
border-color: #999255;
}
.TagClassName
{
border-color: #999255;
}
</style>