#999096

Color #999096 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #999096

Tints of Shady Lady #999096

Color information

#999096 (or 0x999096) is unknown color: approx 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

RGB153144150-
CMYK00.060.020.4
HSL320º4.23%58.24%-
HSV(B)320º5.88%60%-
XYZ28.6228.9232.93-
YUV147.37129.48132.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 34.23%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=34.23%
G=32.21%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314415000.060.020.43204.2358.24
Hex9990960622814043a
Octal23122022606250500472
Binary100110011001000010010110011010101000101000000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>