#8D686E

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

Shades of Mauve Taupe #8D686E

Tints of Mauve Taupe #8D686E

Color information

#8D686E (or 0x8D686E) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 68 and 6E. RGB value is (141,104,110). Sum of RGB (Red+Green+Blue) = 141+104+110=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D686E is #729791. Grayscale: #737373. Windows color (decimal): -7509906 or 7235725. OLE color: 7235725.

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

Color convert

RGB141104110-
CMYK00.260.220.45
HSL350.27º15.1%48.04%-
HSV(B)350.27º26.24%55.29%-
XYZ18.7516.6916.98-
YUV115.75124.76146.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.72%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=39.72%
G=29.30%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110411000.260.220.45350.2715.148.04
Hex8D686E01A162D15ef30
Octal21515015603226555361760
Binary1000110111010001101110011010101101011011010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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