#8D646D

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

Shades of Mauve Taupe #8D646D

Tints of Mauve Taupe #8D646D

Color information

#8D646D (or 0x8D646D) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 64 and 6D. RGB value is (141,100,109). Sum of RGB (Red+Green+Blue) = 141+100+109=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D646D is #729B92. Grayscale: #717171. Windows color (decimal): -7510931 or 7169165. OLE color: 7169165.

HSL color Cylindrical-coordinate representation of color #8D646D: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D646D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB141100109-
CMYK00.290.230.45
HSL346.83º17.01%47.25%-
HSV(B)346.83º29.08%55.29%-
XYZ18.315.8816.57-
YUV113.28125.58147.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=40.29%
G=28.57%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110010900.290.230.45346.8317.0147.25
Hex8D646D01D172D15b112f
Octal21514415503527555332157
Binary10001101110010011011010111011011110110110101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D646D; }

 p { color: rgb(141,100,109); }

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

<style>
 a { background-color: #8D646D; }

 a { background-color: rgb(141,100,109); }

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

<style>
 span { border-color: #8D646D; }

 span { border-color: rgb(141,100,109); }

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