#9E6479

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

Shades of Mauve Taupe #9E6479

Tints of Mauve Taupe #9E6479

Color information

#9E6479 (or 0x9E6479) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 64 and 79. RGB value is (158,100,121). Sum of RGB (Red+Green+Blue) = 158+100+121=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6479 is #619B86. Grayscale: #777777. Windows color (decimal): -6396807 or 7955614. OLE color: 7955614.

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

Color convert

RGB158100121-
CMYK00.370.230.38
HSL338.28º23.02%50.59%-
HSV(B)338.28º36.71%61.96%-
XYZ22.1117.7620.35-
YUV119.74128.72155.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.69%
GREEN value IS 100 (39.45% from 255) = 26.39%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=41.69%
G=26.39%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810012100.370.230.38338.2823.0250.59
Hex9E647902517261521733
Octal23614417104527465222763
Binary100111101100100111100101001011011110011010101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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