#999193

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

Shades of Shady Lady #999193

Tints of Shady Lady #999193

Color information

#999193 (or 0x999193) is unknown color: approx Shady Lady. HEX triplet: 99, 91 and 93. RGB value is (153,145,147). Sum of RGB (Red+Green+Blue) = 153+145+147=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 153 - color contains mainly: red. Hex color #999193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999193 is #666E6C. Grayscale: #939393. Windows color (decimal): -6712941 or 9671065. OLE color: 9671065.

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

Color convert

RGB153145147-
CMYK00.050.040.4
HSL345º3.77%58.43%-
HSV(B)345º5.23%60%-
XYZ28.5329.1331.72-
YUV147.62127.65131.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=34.38%
G=32.58%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314514700.050.040.43453.7758.43
Hex9991930542815943a
Octal23122122305450531472
Binary1001100110010001100100110101100101000101011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999193; }

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

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

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

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

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

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

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

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