#93686E

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

Shades of Mauve Taupe #93686E

Tints of Mauve Taupe #93686E

Color information

#93686E (or 0x93686E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 6E. RGB value is (147,104,110). Sum of RGB (Red+Green+Blue) = 147+104+110=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #93686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686E is #6C9791. Grayscale: #757575. Windows color (decimal): -7116690 or 7235731. OLE color: 7235731.

HSL color Cylindrical-coordinate representation of color #93686E: hue angle of 351.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93686E is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147104110-
CMYK00.290.250.42
HSL351.63º17.13%49.22%-
HSV(B)351.63º29.25%57.65%-
XYZ19.817.2317.03-
YUV117.54123.75149.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 110 (43.36% from 255) = 30.47%
R=40.72%
G=28.81%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710411000.290.250.42351.6317.1349.22
Hex93686E01D192A1601131
Octal22315015603531525402161
Binary10010011110100011011100111011100110101010110000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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