#8E5F62

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

Shades of Mauve Taupe #8E5F62

Tints of Mauve Taupe #8E5F62

Color information

#8E5F62 (or 0x8E5F62) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 62. RGB value is (142,95,98). Sum of RGB (Red+Green+Blue) = 142+95+98=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F62 is #71A09D. Grayscale: #6D6D6D. Windows color (decimal): -7446686 or 6446990. OLE color: 6446990.

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

Color convert

RGB1429598-
CMYK00.330.310.44
HSL356.17º19.83%46.47%-
HSV(B)356.17º33.1%55.69%-
XYZ17.4514.8213.5-
YUV109.39121.57151.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=42.39%
G=28.36%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142959800.330.310.44356.1719.8346.47
Hex8E5F620211F2C164142e
Octal21613714204137545442456
Binary100011101011111110001001000011111110110010110010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,98); }

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

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

 a { background-color: rgb(142,95,98); }

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

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

 span { border-color: rgb(142,95,98); }

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