Html Css Color HEX #9E5E70 Mauve Taupe

📋 copy color: '#9E5E70'

red 158 ◦ green 94 ◦ blue 112

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

Shades of Mauve Taupe #9E5E70

Tints of Mauve Taupe #9E5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 43.41%
G = 25.82%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E5E70 (or 0x9E5E70) is known color: Mauve Taupe. HEX triplet: 9E, 5E and 70. RGB value is (158,94,112). Sum of RGB (Red+Green+Blue) = 158+94+112=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5E70 is #61A18F. Grayscale: #737373. Windows color (decimal): -6398352 or 7364254. OLE color: 7364254.

HSL color Cylindrical-coordinate representation of color #9E5E70: hue angle of 343.12º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5E70 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 94 112 -
CMYK 0 0.41 0.29 0.38
HSL 343.13º 0.25% 0.49% -
HSV(B) 343.13º 0.41% 0.62% -
XYZ 21.03 16.44 17.4 -
YUV 115.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 158 94 112 0 0.41 0.29 0.38 343.13 0.25 0.49
Hex 9E 5E 70 0 29 1D 26 157 19 31
Octal 236 136 160 0 51 35 46 527 31 61
Binary 10011110 1011110 1110000 0 101001 11101 100110 101010111 11001 110001

Color Harmonies of #9E5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5E70

Black with #9E5E70

Text Example


Text Example

White with #9E5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,112); }

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

background-color css

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

 a { background-color: rgb(158,94,112); }

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

border-color css

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

 span { border-color: rgb(158,94,112); }

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