#9E5C6C

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

Shades of Mauve Taupe #9E5C6C

Tints of Mauve Taupe #9E5C6C

Color information

#9E5C6C (or 0x9E5C6C) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5C and 6C. RGB value is (158,92,108). Sum of RGB (Red+Green+Blue) = 158+92+108=358 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.13% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5C6C is #61A393. Grayscale: #717171. Windows color (decimal): -6398868 or 7101598. OLE color: 7101598.

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

Color convert

RGB15892108-
CMYK00.420.320.38
HSL345.45º26.4%49.02%-
HSV(B)345.45º41.77%61.96%-
XYZ20.6316.0116.19-
YUV113.56124.87159.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.13%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=44.13%
G=25.70%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589210800.420.320.38345.4526.449.02
Hex9E5C6C02A20261591a31
Octal23613415405240465313261
Binary1001111010111001101100010101010000010011010101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,92,108); }

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

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

 a { background-color: rgb(158,92,108); }

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

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

 span { border-color: rgb(158,92,108); }

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