#8D606E

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

Shades of Mauve Taupe #8D606E

Tints of Mauve Taupe #8D606E

Color information

#8D606E (or 0x8D606E) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 6E. RGB value is (141,96,110). Sum of RGB (Red+Green+Blue) = 141+96+110=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D606E is #729F91. Grayscale: #6F6F6F. Windows color (decimal): -7511954 or 7233677. OLE color: 7233677.

HSL color Cylindrical-coordinate representation of color #8D606E: hue angle of 341.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D606E is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB14196110-
CMYK00.320.220.45
HSL341.33º18.99%46.47%-
HSV(B)341.33º31.91%55.29%-
XYZ17.9815.1516.73-
YUV111.05127.41149.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=40.63%
G=27.67%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419611000.320.220.45341.3318.9946.47
Hex8D606E020162D155132e
Octal21514015604026555252356
Binary100011011100000110111001000001011010110110101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,110); }

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

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

 a { background-color: rgb(141,96,110); }

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

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

 span { border-color: rgb(141,96,110); }

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