Shades of Shady Lady #999096
Tints of Shady Lady #999096
RGB
CMYK
RGB Variations
Color information
#999096 (or 0x999096) is known color: Shady Lady. HEX triplet: 99, 90 and 96. RGB value is (153,144,150). Sum of RGB (Red+Green+Blue) = 153+144+150=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 153 - color contains mainly: red. Hex color #999096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999096 is #666F69. Grayscale: #939393. Windows color (decimal): -6713194 or 9867417. OLE color: 9867417.
HSL color Cylindrical-coordinate representation of color #999096: hue angle of 320º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999096 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 150 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.4 |
| HSL | 320º | 0.04% | 0.58% | - |
| HSV(B) | 320º | 0.06% | 0.6% | - |
| XYZ | 28.62 | 28.92 | 32.93 | - |
| YUV | 147.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 150 | 0 | 0.06 | 0.02 | 0.4 | 320 | 0.04 | 0.58 |
| Hex | 99 | 90 | 96 | 0 | 6 | 2 | 28 | 140 | 4 | 3A |
| Octal | 231 | 220 | 226 | 0 | 6 | 2 | 50 | 500 | 4 | 72 |
| Binary | 10011001 | 10010000 | 10010110 | 0 | 110 | 10 | 101000 | 101000000 | 100 | 111010 |
Color Harmonies of #999096
Complementary color
Monochromatic Colors of #999096
Black with #999096
Text Example
Text Example
White with #999096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999096; }
p { color: rgb(153,144,150); }
H1.HeaderClassName
{
color: #999096;
}
.AnyTagClassName
{
color: #999096;
}
</style>
background-color css
<style>
a { background-color: #999096; }
a { background-color: rgb(153,144,150); }
div.DivClassName
{
background-color: #999096;
}
.BgClassName
{
background-color: #999096;
}
</style>
border-color css
<style>
span { border-color: #999096; }
span { border-color: rgb(153,144,150); }
td.TdClassName
{
border-color: #999096;
}
.TagClassName
{
border-color: #999096;
}
</style>