#93626E

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

Shades of Mauve Taupe #93626E

Tints of Mauve Taupe #93626E

Color information

#93626E (or 0x93626E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 62 and 6E. RGB value is (147,98,110). Sum of RGB (Red+Green+Blue) = 147+98+110=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626E is #6C9D91. Grayscale: #727272. Windows color (decimal): -7118226 or 7234195. OLE color: 7234195.

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

Color convert

RGB14798110-
CMYK00.330.250.42
HSL345.31º20%48.04%-
HSV(B)345.31º33.33%57.65%-
XYZ19.2116.0616.84-
YUV114.02125.73151.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=41.41%
G=27.61%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479811000.330.250.42345.312048.04
Hex93626E021192A1591430
Octal22314215604131525312460
Binary100100111100010110111001000011100110101010101100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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