#8E5967

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

Shades of Mauve Taupe #8E5967

Tints of Mauve Taupe #8E5967

Color information

#8E5967 (or 0x8E5967) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 59 and 67. RGB value is (142,89,103). Sum of RGB (Red+Green+Blue) = 142+89+103=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5967 is #71A698. Grayscale: #6A6A6A. Windows color (decimal): -7448217 or 6773134. OLE color: 6773134.

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

Color convert

RGB14289103-
CMYK00.370.270.44
HSL344.15º22.94%45.29%-
HSV(B)344.15º37.32%55.69%-
XYZ17.1813.8714.6-
YUV106.44126.06153.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=42.51%
G=26.65%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428910300.370.270.44344.1522.9445.29
Hex8E59670251B2C158172d
Octal21613114704533545302755
Binary100011101011001110011101001011101110110010101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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