#9E6074

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

Shades of Mauve Taupe #9E6074

Tints of Mauve Taupe #9E6074

Color information

#9E6074 (or 0x9E6074) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 60 and 74. RGB value is (158,96,116). Sum of RGB (Red+Green+Blue) = 158+96+116=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6074 is #619F8B. Grayscale: #747474. Windows color (decimal): -6397836 or 7626910. OLE color: 7626910.

HSL color Cylindrical-coordinate representation of color #9E6074: hue angle of 340.65º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E6074 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15896116-
CMYK00.390.270.38
HSL340.65º24.41%49.8%-
HSV(B)340.65º39.24%61.96%-
XYZ21.4416.918.65-
YUV116.82127.54157.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=42.70%
G=25.95%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1589611600.390.270.38340.6524.4149.8
Hex9E60740271B261551832
Octal23614016404733465253062
Binary100111101100000111010001001111101110011010101010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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