#999396

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

Shades of Shady Lady #999396

Tints of Shady Lady #999396

Color information

#999396 (or 0x999396) is unknown color: approx Shady Lady. HEX triplet: 99, 93 and 96. RGB value is (153,147,150). Sum of RGB (Red+Green+Blue) = 153+147+150=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 153 - color contains mainly: red. Hex color #999396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999396 is #666C69. Grayscale: #959595. Windows color (decimal): -6712426 or 9868185. OLE color: 9868185.

HSL color Cylindrical-coordinate representation of color #999396: hue angle of 330º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #999396 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB153147150-
CMYK00.040.020.4
HSL330º2.86%58.82%-
HSV(B)330º3.92%60%-
XYZ29.0829.8433.08-
YUV149.14128.49130.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 147 (57.81% from 255) = 32.67%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=34%
G=32.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314715000.040.020.43302.8658.82
Hex9993960422814a33b
Octal23122322604250512373
Binary10011001100100111001011001001010100010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999396; }

 p { color: rgb(153,147,150); }

 H1.HeaderClassName
 {
   color: #999396;
 }
 .AnyTagClassName
 {
   color: #999396;
 }
</style>
background-color css

<style>
 a { background-color: #999396; }

 a { background-color: rgb(153,147,150); }

 div.DivClassName
 {
   background-color: #999396;
 }
 .BgClassName
 {
   background-color: #999396;
 }
</style>
border-color css

<style>
 span { border-color: #999396; }

 span { border-color: rgb(153,147,150); }

 td.TdClassName
 {
   border-color: #999396;
 }
 .TagClassName
 {
   border-color: #999396;
 }
</style>