#9E6474

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

Shades of Mauve Taupe #9E6474

Tints of Mauve Taupe #9E6474

Color information

#9E6474 (or 0x9E6474) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 64 and 74. RGB value is (158,100,116). Sum of RGB (Red+Green+Blue) = 158+100+116=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6474 is #619B8B. Grayscale: #777777. Windows color (decimal): -6396812 or 7627934. OLE color: 7627934.

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

Color convert

RGB158100116-
CMYK00.370.270.38
HSL343.45º23.02%50.59%-
HSV(B)343.45º36.71%61.96%-
XYZ21.8117.6418.78-
YUV119.17126.22155.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.25%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=42.25%
G=26.74%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810011600.370.270.38343.4523.0250.59
Hex9E64740251B261571733
Octal23614416404533465272763
Binary100111101100100111010001001011101110011010101011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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