#93596F

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

Shades of Mauve Taupe #93596F

Tints of Mauve Taupe #93596F

Color information

#93596F (or 0x93596F) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 6F. RGB value is (147,89,111). Sum of RGB (Red+Green+Blue) = 147+89+111=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #93596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596F is #6CA690. Grayscale: #6C6C6C. Windows color (decimal): -7120529 or 7297427. OLE color: 7297427.

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

Color convert

RGB14789111-
CMYK00.390.240.42
HSL337.24º24.58%46.27%-
HSV(B)337.24º39.46%57.65%-
XYZ18.4714.516.86-
YUV108.85129.22155.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.36%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=42.36%
G=25.65%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478911100.390.240.42337.2424.5846.27
Hex93596F027182A151192e
Octal22313115704730525213156
Binary100100111011001110111101001111100010101010101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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