Html Css Color HEX #999193 Shady Lady

📋 copy color: '#999193'

red 153 ◦ green 145 ◦ blue 147

#999193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shady Lady #999193

Tints of Shady Lady #999193

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 value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#999193 (or 0x999193) is known color: 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

RGB 153 145 147 -
CMYK 0 0.05 0.04 0.4
HSL 345º 0.04% 0.58% -
HSV(B) 345º 0.05% 0.6% -
XYZ 28.53 29.13 31.72 -
YUV 147.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 153 145 147 0 0.05 0.04 0.4 345 0.04 0.58
Hex 99 91 93 0 5 4 28 159 4 3A
Octal 231 221 223 0 5 4 50 531 4 72
Binary 10011001 10010001 10010011 0 101 100 101000 101011001 100 111010

Color Harmonies of #999193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999193

Black with #999193

Text Example


Text Example

White with #999193

Text Example


Text Example

HTML Codes & Css Web 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>