#8D6466

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

Shades of Mauve Taupe #8D6466

Tints of Mauve Taupe #8D6466

Color information

#8D6466 (or 0x8D6466) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 64 and 66. RGB value is (141,100,102). Sum of RGB (Red+Green+Blue) = 141+100+102=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6466 is #729B99. Grayscale: #707070. Windows color (decimal): -7510938 or 6710413. OLE color: 6710413.

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

Color convert

RGB141100102-
CMYK00.290.280.45
HSL357.07º17.01%47.25%-
HSV(B)357.07º29.08%55.29%-
XYZ17.9415.7414.66-
YUV112.49122.08148.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=41.11%
G=29.15%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110010200.290.280.45357.0717.0147.25
Hex8D646601D1C2D165112f
Octal21514414603534555452157
Binary10001101110010011001100111011110010110110110010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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