#9E5675

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

Shades of Mauve Taupe #9E5675

Tints of Mauve Taupe #9E5675

Color information

#9E5675 (or 0x9E5675) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 56 and 75. RGB value is (158,86,117). Sum of RGB (Red+Green+Blue) = 158+86+117=361 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.77% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5675 is #61A98A. Grayscale: #6F6F6F. Windows color (decimal): -6400395 or 7689886. OLE color: 7689886.

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

Color convert

RGB15886117-
CMYK00.460.260.38
HSL334.17º29.51%47.84%-
HSV(B)334.17º45.57%61.96%-
XYZ20.6415.2118.68-
YUV111.06131.35161.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.77%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=43.77%
G=23.82%
B=32.41%

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
Decimal1588611700.460.260.38334.1729.5147.84
Hex9E567502E1A2614e1e30
Octal23612616505632465163660
Binary100111101010110111010101011101101010011010100111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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