#93626A

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

Shades of Mauve Taupe #93626A

Tints of Mauve Taupe #93626A

Color information

#93626A (or 0x93626A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 62 and 6A. RGB value is (147,98,106). Sum of RGB (Red+Green+Blue) = 147+98+106=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #93626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626A is #6C9D95. Grayscale: #717171. Windows color (decimal): -7118230 or 6972051. OLE color: 6972051.

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

Color convert

RGB14798106-
CMYK00.330.280.42
HSL350.2º20%48.04%-
HSV(B)350.2º33.33%57.65%-
XYZ1915.9815.72-
YUV113.56123.73151.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.88%
GREEN value IS 98 (38.67% from 255) = 27.92%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=41.88%
G=27.92%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479810600.330.280.42350.22048.04
Hex93626A0211C2A15e1430
Octal22314215204134525362460
Binary100100111100010110101001000011110010101010101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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