#8D606F

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

Shades of Mauve Taupe #8D606F

Tints of Mauve Taupe #8D606F

Color information

#8D606F (or 0x8D606F) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 6F. RGB value is (141,96,111). Sum of RGB (Red+Green+Blue) = 141+96+111=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D606F is #729F90. Grayscale: #6F6F6F. Windows color (decimal): -7511953 or 7299213. OLE color: 7299213.

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

Color convert

RGB14196111-
CMYK00.320.210.45
HSL340º18.99%46.47%-
HSV(B)340º31.91%55.29%-
XYZ18.0415.1817.02-
YUV111.16127.91149.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=40.52%
G=27.59%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419611100.320.210.4534018.9946.47
Hex8D606F020152D154132e
Octal21514015704025555242356
Binary100011011100000110111101000001010110110110101010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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