#9e6574

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

Shades of Mauve Taupe #9E6574

Tints of Mauve Taupe #9E6574

Color information

#9E6574 (or 0x9E6574) is unknown color: approx Mauve Taupe. HEX triplet: 9E, 65 and 74. RGB value is (158,101,116). Sum of RGB (Red+Green+Blue) = 158+101+116=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6574 is #619A8B. Grayscale: #777777. Windows color (decimal): -6396556 or 7628190. OLE color: 7628190.

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

Color convert

RGB158101116-
CMYK00.360.270.38
HSL344.21º22.71%50.78%-
HSV(B)344.21º36.08%61.96%-
XYZ21.9117.8418.81-
YUV119.75125.88155.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.13%
GREEN value IS 101 (39.84% from 255) = 26.93%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=42.13%
G=26.93%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810111600.360.270.38344.2122.7150.78
Hex9E65740241B261581733
Octal23614516404433465302763
Binary100111101100101111010001001001101110011010101100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e6574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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