#8E686A

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

Shades of Mauve Taupe #8E686A

Tints of Mauve Taupe #8E686A

Color information

#8E686A (or 0x8E686A) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 68 and 6A. RGB value is (142,104,106). Sum of RGB (Red+Green+Blue) = 142+104+106=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E686A is #719795. Grayscale: #737373. Windows color (decimal): -7444374 or 6973582. OLE color: 6973582.

HSL color Cylindrical-coordinate representation of color #8E686A: hue angle of 356.84º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E686A is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB142104106-
CMYK00.270.250.44
HSL356.84º15.45%48.24%-
HSV(B)356.84º26.76%55.69%-
XYZ18.7116.6915.87-
YUV115.59122.59146.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=40.34%
G=29.55%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210410600.270.250.44356.8415.4548.24
Hex8E686A01B192C165f30
Octal21615015203331545451760
Binary1000111011010001101010011011110011011001011001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,106); }

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

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

 a { background-color: rgb(142,104,106); }

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

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

 span { border-color: rgb(142,104,106); }

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