#8E676C

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

Shades of Mauve Taupe #8E676C

Tints of Mauve Taupe #8E676C

Color information

#8E676C (or 0x8E676C) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 67 and 6C. RGB value is (142,103,108). Sum of RGB (Red+Green+Blue) = 142+103+108=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E676C is #719893. Grayscale: #737373. Windows color (decimal): -7444628 or 7104398. OLE color: 7104398.

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

Color convert

RGB142103108-
CMYK00.270.240.44
HSL352.31º15.92%48.04%-
HSV(B)352.31º27.46%55.69%-
XYZ18.7116.5316.39-
YUV115.23123.92147.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=40.23%
G=29.18%
B=30.59%

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
Decimal14210310800.270.240.44352.3115.9248.04
Hex8E676C01B182C1601030
Octal21614715403330545402060
Binary10001110110011111011000110111100010110010110000010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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