#9E5B6C

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

Shades of Mauve Taupe #9E5B6C

Tints of Mauve Taupe #9E5B6C

Color information

#9E5B6C (or 0x9E5B6C) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 5B and 6C. RGB value is (158,91,108). Sum of RGB (Red+Green+Blue) = 158+91+108=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5B6C is #61A493. Grayscale: #707070. Windows color (decimal): -6399124 or 7101342. OLE color: 7101342.

HSL color Cylindrical-coordinate representation of color #9E5B6C: hue angle of 344.78º degrees, saturation: 0.27, 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 #9E5B6C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15891108-
CMYK00.420.320.38
HSL344.78º26.91%48.82%-
HSV(B)344.78º42.41%61.96%-
XYZ20.5515.8316.16-
YUV112.97125.2160.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=44.26%
G=25.49%
B=30.25%

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
Decimal1589110800.420.320.38344.7826.9148.82
Hex9E5B6C02A20261591b31
Octal23613315405240465313361
Binary1001111010110111101100010101010000010011010101100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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