#9E5674

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

Shades of Mauve Taupe #9E5674

Tints of Mauve Taupe #9E5674

Color information

#9E5674 (or 0x9E5674) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 56 and 74. RGB value is (158,86,116). Sum of RGB (Red+Green+Blue) = 158+86+116=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5674 is #61A98B. Grayscale: #6E6E6E. Windows color (decimal): -6400396 or 7624350. OLE color: 7624350.

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

Color convert

RGB15886116-
CMYK00.460.270.38
HSL335º29.51%47.84%-
HSV(B)335º45.57%61.96%-
XYZ20.5815.1918.37-
YUV110.95130.85161.56-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.89%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=43.89%
G=23.89%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1588611600.460.270.3833529.5147.84
Hex9E567402E1B2614f1e30
Octal23612616405633465173660
Binary100111101010110111010001011101101110011010100111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,116); }

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

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

 a { background-color: rgb(158,86,116); }

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

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

 span { border-color: rgb(158,86,116); }

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