#8E676E

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

Shades of Mauve Taupe #8E676E

Tints of Mauve Taupe #8E676E

Color information

#8E676E (or 0x8E676E) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 67 and 6E. RGB value is (142,103,110). Sum of RGB (Red+Green+Blue) = 142+103+110=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E676E is #719891. Grayscale: #737373. Windows color (decimal): -7444626 or 7235470. OLE color: 7235470.

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

Color convert

RGB142103110-
CMYK00.270.230.44
HSL349.23º15.92%48.04%-
HSV(B)349.23º27.46%55.69%-
XYZ18.8216.5816.96-
YUV115.46124.92146.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=40%
G=29.01%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210311000.270.230.44349.2315.9248.04
Hex8E676E01B172C15d1030
Octal21614715603327545352060
Binary10001110110011111011100110111011110110010101110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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