#8E656D

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

Shades of Mauve Taupe #8E656D

Tints of Mauve Taupe #8E656D

Color information

#8E656D (or 0x8E656D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 65 and 6D. RGB value is (142,101,109). Sum of RGB (Red+Green+Blue) = 142+101+109=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E656D is #719A92. Grayscale: #727272. Windows color (decimal): -7445139 or 7169422. OLE color: 7169422.

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

Color convert

RGB142101109-
CMYK00.290.230.44
HSL348.29º16.87%47.65%-
HSV(B)348.29º28.87%55.69%-
XYZ18.5716.1616.61-
YUV114.17125.08147.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.34%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=40.34%
G=28.69%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210110900.290.230.44348.2916.8747.65
Hex8E656D01D172C15c1130
Octal21614515503527545342160
Binary10001110110010111011010111011011110110010101110010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,109); }

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

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

 a { background-color: rgb(142,101,109); }

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

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

 span { border-color: rgb(142,101,109); }

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