#93686B

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

Shades of Mauve Taupe #93686B

Tints of Mauve Taupe #93686B

Color information

#93686B (or 0x93686B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 6B. RGB value is (147,104,107). Sum of RGB (Red+Green+Blue) = 147+104+107=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #93686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686B is #6C9794. Grayscale: #757575. Windows color (decimal): -7116693 or 7039123. OLE color: 7039123.

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

Color convert

RGB147104107-
CMYK00.290.270.42
HSL355.81º17.13%49.22%-
HSV(B)355.81º29.25%57.65%-
XYZ19.6417.1716.19-
YUV117.2122.25149.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=41.06%
G=29.05%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710410700.290.270.42355.8117.1349.22
Hex93686B01D1B2A1641131
Octal22315015303533525442161
Binary10010011110100011010110111011101110101010110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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