#93596C

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

Shades of Mauve Taupe #93596C

Tints of Mauve Taupe #93596C

Color information

#93596C (or 0x93596C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 6C. RGB value is (147,89,108). Sum of RGB (Red+Green+Blue) = 147+89+108=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596C is #6CA693. Grayscale: #6C6C6C. Windows color (decimal): -7120532 or 7100819. OLE color: 7100819.

HSL color Cylindrical-coordinate representation of color #93596C: hue angle of 340.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93596C is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14789108-
CMYK00.390.270.42
HSL340.34º24.58%46.27%-
HSV(B)340.34º39.46%57.65%-
XYZ18.3114.4316.01-
YUV108.51127.72155.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.73%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=42.73%
G=25.87%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478910800.390.270.42340.3424.5846.27
Hex93596C0271B2A154192e
Octal22313115404733525243156
Binary100100111011001110110001001111101110101010101010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93596C; }

 p { color: rgb(147,89,108); }

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

<style>
 a { background-color: #93596C; }

 a { background-color: rgb(147,89,108); }

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

<style>
 span { border-color: #93596C; }

 span { border-color: rgb(147,89,108); }

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