#8D646F

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

Shades of Mauve Taupe #8D646F

Tints of Mauve Taupe #8D646F

Color information

#8D646F (or 0x8D646F) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 64 and 6F. RGB value is (141,100,111). Sum of RGB (Red+Green+Blue) = 141+100+111=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D646F is #729B90. Grayscale: #717171. Windows color (decimal): -7510929 or 7300237. OLE color: 7300237.

HSL color Cylindrical-coordinate representation of color #8D646F: hue angle of 343.9º 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 #8D646F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB141100111-
CMYK00.290.210.45
HSL343.9º17.01%47.25%-
HSV(B)343.9º29.08%55.29%-
XYZ18.4115.9217.14-
YUV113.51126.58147.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 111 (43.75% from 255) = 31.53%
R=40.06%
G=28.41%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110011100.290.210.45343.917.0147.25
Hex8D646F01D152D158112f
Octal21514415703525555302157
Binary10001101110010011011110111011010110110110101100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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