#9E6471

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

Shades of Mauve Taupe #9E6471

Tints of Mauve Taupe #9E6471

Color information

#9E6471 (or 0x9E6471) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 64 and 71. RGB value is (158,100,113). Sum of RGB (Red+Green+Blue) = 158+100+113=371 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.59% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6471 is #619B8E. Grayscale: #767676. Windows color (decimal): -6396815 or 7431326. OLE color: 7431326.

HSL color Cylindrical-coordinate representation of color #9E6471: hue angle of 346.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6471 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB158100113-
CMYK00.370.280.38
HSL346.55º23.02%50.59%-
HSV(B)346.55º36.71%61.96%-
XYZ21.6417.5817.87-
YUV118.82124.72155.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.59%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=42.59%
G=26.95%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810011300.370.280.38346.5523.0250.59
Hex9E64710251C2615b1733
Octal23614416104534465332763
Binary100111101100100111000101001011110010011010101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,100,113); }

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

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

 a { background-color: rgb(158,100,113); }

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

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

 span { border-color: rgb(158,100,113); }

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