#8D6869

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

Shades of Mauve Taupe #8D6869

Tints of Mauve Taupe #8D6869

Color information

#8D6869 (or 0x8D6869) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 68 and 69. RGB value is (141,104,105). Sum of RGB (Red+Green+Blue) = 141+104+105=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6869 is #729796. Grayscale: #737373. Windows color (decimal): -7509911 or 6908045. OLE color: 6908045.

HSL color Cylindrical-coordinate representation of color #8D6869: hue angle of 358.38º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6869 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB141104105-
CMYK00.260.260.45
HSL358.38º15.1%48.04%-
HSV(B)358.38º26.24%55.29%-
XYZ18.4816.5815.59-
YUV115.18122.26146.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=40.29%
G=29.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110410500.260.260.45358.3815.148.04
Hex8D686901A1A2D166f30
Octal21515015103232555461760
Binary1000110111010001101001011010110101011011011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,104,105); }

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

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

 a { background-color: rgb(141,104,105); }

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

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

 span { border-color: rgb(141,104,105); }

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