#93656D

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

Shades of Mauve Taupe #93656D

Tints of Mauve Taupe #93656D

Color information

#93656D (or 0x93656D) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 6D. RGB value is (147,101,109). Sum of RGB (Red+Green+Blue) = 147+101+109=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93656D is #6C9A92. Grayscale: #737373. Windows color (decimal): -7117459 or 7169427. OLE color: 7169427.

HSL color Cylindrical-coordinate representation of color #93656D: hue angle of 349.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93656D is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB147101109-
CMYK00.310.260.42
HSL349.57º18.55%48.63%-
HSV(B)349.57º31.29%57.65%-
XYZ19.4516.6116.65-
YUV115.67124.24150.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=41.18%
G=28.29%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710110900.310.260.42349.5718.5548.63
Hex93656D01F1A2A15e1331
Octal22314515503732525362361
Binary10010011110010111011010111111101010101010101111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93656D; }

 p { color: rgb(147,101,109); }

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

<style>
 a { background-color: #93656D; }

 a { background-color: rgb(147,101,109); }

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

<style>
 span { border-color: #93656D; }

 span { border-color: rgb(147,101,109); }

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