#93596A

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

Shades of Mauve Taupe #93596A

Tints of Mauve Taupe #93596A

Color information

#93596A (or 0x93596A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 59 and 6A. RGB value is (147,89,106). Sum of RGB (Red+Green+Blue) = 147+89+106=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93596A is #6CA695. Grayscale: #6C6C6C. Windows color (decimal): -7120534 or 6969747. OLE color: 6969747.

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

Color convert

RGB14789106-
CMYK00.390.280.42
HSL342.41º24.58%46.27%-
HSV(B)342.41º39.46%57.65%-
XYZ18.2114.3915.45-
YUV108.28126.72155.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=42.98%
G=26.02%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478910600.390.280.42342.4124.5846.27
Hex93596A0271C2A156192e
Octal22313115204734525263156
Binary100100111011001110101001001111110010101010101011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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