#93626C

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

Shades of Mauve Taupe #93626C

Tints of Mauve Taupe #93626C

Color information

#93626C (or 0x93626C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 62 and 6C. RGB value is (147,98,108). Sum of RGB (Red+Green+Blue) = 147+98+108=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626C is #6C9D93. Grayscale: #717171. Windows color (decimal): -7118228 or 7103123. OLE color: 7103123.

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

Color convert

RGB14798108-
CMYK00.330.270.42
HSL347.76º20%48.04%-
HSV(B)347.76º33.33%57.65%-
XYZ19.1116.0216.27-
YUV113.79124.73151.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.64%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=41.64%
G=27.76%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479810800.330.270.42347.762048.04
Hex93626C0211B2A15c1430
Octal22314215404133525342460
Binary100100111100010110110001000011101110101010101110010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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