#93686C

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

Shades of Mauve Taupe #93686C

Tints of Mauve Taupe #93686C

Color information

#93686C (or 0x93686C) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 6C. RGB value is (147,104,108). Sum of RGB (Red+Green+Blue) = 147+104+108=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93686C is #6C9793. Grayscale: #757575. Windows color (decimal): -7116692 or 7104659. OLE color: 7104659.

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

Color convert

RGB147104108-
CMYK00.290.270.42
HSL354.42º17.13%49.22%-
HSV(B)354.42º29.25%57.65%-
XYZ19.6917.1916.47-
YUV117.31122.75149.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=40.95%
G=28.97%
B=30.08%

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
Decimal14710410800.290.270.42354.4217.1349.22
Hex93686C01D1B2A1621131
Octal22315015403533525422161
Binary10010011110100011011000111011101110101010110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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