#8E686C

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

Shades of Mauve Taupe #8E686C

Tints of Mauve Taupe #8E686C

Color information

#8E686C (or 0x8E686C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 68 and 6C. RGB value is (142,104,108). Sum of RGB (Red+Green+Blue) = 142+104+108=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E686C is #719793. Grayscale: #737373. Windows color (decimal): -7444372 or 7104654. OLE color: 7104654.

HSL color Cylindrical-coordinate representation of color #8E686C: hue angle of 353.68º 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 #8E686C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB142104108-
CMYK00.270.240.44
HSL353.68º15.45%48.24%-
HSV(B)353.68º26.76%55.69%-
XYZ18.8116.7316.43-
YUV115.82123.59146.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=40.11%
G=29.38%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210410800.270.240.44353.6815.4548.24
Hex8E686C01B182C162f30
Octal21615015403330545421760
Binary1000111011010001101100011011110001011001011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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