#8E5E68

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

Shades of Mauve Taupe #8E5E68

Tints of Mauve Taupe #8E5E68

Color information

#8E5E68 (or 0x8E5E68) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5E and 68. RGB value is (142,94,104). Sum of RGB (Red+Green+Blue) = 142+94+104=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E68 is #71A197. Grayscale: #6D6D6D. Windows color (decimal): -7446936 or 6839950. OLE color: 6839950.

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

Color convert

RGB14294104-
CMYK00.340.270.44
HSL347.5º20.34%46.27%-
HSV(B)347.5º33.8%55.69%-
XYZ17.6614.7615.01-
YUV109.49124.9151.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.76%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=41.76%
G=27.65%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429410400.340.270.44347.520.3446.27
Hex8E5E680221B2C15c142e
Octal21613615004233545342456
Binary100011101011110110100001000101101110110010101110010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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