Shades of Shady Lady #999697
Tints of Shady Lady #999697
RGB
CMYK
RGB Variations
Color information
#999697 (or 0x999697) is known color: Shady Lady. HEX triplet: 99, 96 and 97. RGB value is (153,150,151). Sum of RGB (Red+Green+Blue) = 153+150+151=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 153 - color contains mainly: red. Hex color #999697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999697 is #666968. Grayscale: #979797. Windows color (decimal): -6711657 or 9934489. OLE color: 9934489.
HSL color Cylindrical-coordinate representation of color #999697: hue angle of 340º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #999697 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 151 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.4 |
| HSL | 340º | 0.01% | 0.59% | - |
| HSV(B) | 340º | 0.02% | 0.6% | - |
| XYZ | 29.63 | 30.82 | 33.67 | - |
| YUV | 151.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 151 | 0 | 0.02 | 0.01 | 0.4 | 340 | 0.01 | 0.59 |
| Hex | 99 | 96 | 97 | 0 | 2 | 1 | 28 | 154 | 1 | 3B |
| Octal | 231 | 226 | 227 | 0 | 2 | 1 | 50 | 524 | 1 | 73 |
| Binary | 10011001 | 10010110 | 10010111 | 0 | 10 | 1 | 101000 | 101010100 | 1 | 111011 |
Color Harmonies of #999697
Complementary color
Monochromatic Colors of #999697
Black with #999697
Text Example
Text Example
White with #999697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999697; }
p { color: rgb(153,150,151); }
H1.HeaderClassName
{
color: #999697;
}
.AnyTagClassName
{
color: #999697;
}
</style>
background-color css
<style>
a { background-color: #999697; }
a { background-color: rgb(153,150,151); }
div.DivClassName
{
background-color: #999697;
}
.BgClassName
{
background-color: #999697;
}
</style>
border-color css
<style>
span { border-color: #999697; }
span { border-color: rgb(153,150,151); }
td.TdClassName
{
border-color: #999697;
}
.TagClassName
{
border-color: #999697;
}
</style>