Html Css Color HEX #9E8991 Shady Lady

📋 copy color: '#9E8991'

red 158 ◦ green 137 ◦ blue 145

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

Shades of Shady Lady #9E8991

Tints of Shady Lady #9E8991

RGB

 RED value IS 158 (62.11% from 255) = 35.91%

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 145 (57.03% from 255) = 32.95%

R = 35.91%
G = 31.14%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#9E8991 (or 0x9E8991) is known color: Shady Lady. HEX triplet: 9E, 89 and 91. RGB value is (158,137,145). Sum of RGB (Red+Green+Blue) = 158+137+145=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8991 is #61766E. Grayscale: #909090. Windows color (decimal): -6387311 or 9537950. OLE color: 9537950.

HSL color Cylindrical-coordinate representation of color #9E8991: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E8991 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 137 145 -
CMYK 0 0.13 0.08 0.38
HSL 337.14º 0.1% 0.58% -
HSV(B) 337.14º 0.13% 0.62% -
XYZ 28.16 27.2 30.56 -
YUV 144.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 158 137 145 0 0.13 0.08 0.38 337.14 0.1 0.58
Hex 9E 89 91 0 D 8 26 151 A 3A
Octal 236 211 221 0 15 10 46 521 12 72
Binary 10011110 10001001 10010001 0 1101 1000 100110 101010001 1010 111010

Color Harmonies of #9E8991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8991

Black with #9E8991

Text Example


Text Example

White with #9E8991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E8991; }

 p { color: rgb(158,137,145); }

 H1.HeaderClassName
 {
   color: #9E8991;
 }
 .AnyTagClassName
 {
   color: #9E8991;
 }
</style>

background-color css

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

 a { background-color: rgb(158,137,145); }

 div.DivClassName
 {
   background-color: #9E8991;
 }
 .BgClassName
 {
   background-color: #9E8991;
 }
</style>

border-color css

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

 span { border-color: rgb(158,137,145); }

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