#93596D

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

Shades of Mauve Taupe #93596D

Tints of Mauve Taupe #93596D

Color information

#93596D (or 0x93596D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 6D. RGB value is (147,89,109). Sum of RGB (Red+Green+Blue) = 147+89+109=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #93596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596D is #6CA692. Grayscale: #6C6C6C. Windows color (decimal): -7120531 or 7166355. OLE color: 7166355.

HSL color Cylindrical-coordinate representation of color #93596D: hue angle of 339.31º 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 #93596D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14789109-
CMYK00.390.260.42
HSL339.31º24.58%46.27%-
HSV(B)339.31º39.46%57.65%-
XYZ18.3714.4516.29-
YUV108.62128.22155.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=42.61%
G=25.80%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478910900.390.260.42339.3124.5846.27
Hex93596D0271A2A153192e
Octal22313115504732525233156
Binary100100111011001110110101001111101010101010101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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