#9E5575

Color #9E5575 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9E5575

Tints of Mauve Taupe #9E5575

Color information

#9E5575 (or 0x9E5575) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 55 and 75. RGB value is (158,85,117). Sum of RGB (Red+Green+Blue) = 158+85+117=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5575 is #61AA8A. Grayscale: #6E6E6E. Windows color (decimal): -6400651 or 7689630. OLE color: 7689630.

HSL color Cylindrical-coordinate representation of color #9E5575: hue angle of 333.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5575 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB15885117-
CMYK00.460.260.38
HSL333.7º30.04%47.65%-
HSV(B)333.7º46.2%61.96%-
XYZ20.5615.0518.65-
YUV110.48131.68161.9-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.89%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=43.89%
G=23.61%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588511700.460.260.38333.730.0447.65
Hex9E557502E1A2614e1e30
Octal23612516505632465163660
Binary100111101010101111010101011101101010011010100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,85,117); }

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

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

 a { background-color: rgb(158,85,117); }

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

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

 span { border-color: rgb(158,85,117); }

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