#8D6166

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

Shades of Mauve Taupe #8D6166

Tints of Mauve Taupe #8D6166

Color information

#8D6166 (or 0x8D6166) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 61 and 66. RGB value is (141,97,102). Sum of RGB (Red+Green+Blue) = 141+97+102=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6166 is #729E99. Grayscale: #6E6E6E. Windows color (decimal): -7511706 or 6709645. OLE color: 6709645.

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

Color convert

RGB14197102-
CMYK00.310.280.45
HSL353.18º18.49%46.67%-
HSV(B)353.18º31.21%55.29%-
XYZ17.6615.1714.57-
YUV110.73123.08149.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 102 (40.23% from 255) = 30%
R=41.47%
G=28.53%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419710200.310.280.45353.1818.4946.67
Hex8D616601F1C2D161122f
Octal21514114603734555412257
Binary10001101110000111001100111111110010110110110000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,97,102); }

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

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

 a { background-color: rgb(141,97,102); }

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

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

 span { border-color: rgb(141,97,102); }

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