#93686A

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

Shades of Mauve Taupe #93686A

Tints of Mauve Taupe #93686A

Color information

#93686A (or 0x93686A) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 6A. RGB value is (147,104,106). Sum of RGB (Red+Green+Blue) = 147+104+106=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686A is #6C9795. Grayscale: #757575. Windows color (decimal): -7116694 or 6973587. OLE color: 6973587.

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

Color convert

RGB147104106-
CMYK00.290.280.42
HSL357.21º17.13%49.22%-
HSV(B)357.21º29.25%57.65%-
XYZ19.5817.1415.91-
YUV117.08121.75149.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=41.18%
G=29.13%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710410600.290.280.42357.2117.1349.22
Hex93686A01D1C2A1651131
Octal22315015203534525452161
Binary10010011110100011010100111011110010101010110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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