#8E5F64

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

Shades of Mauve Taupe #8E5F64

Tints of Mauve Taupe #8E5F64

Color information

#8E5F64 (or 0x8E5F64) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 64. RGB value is (142,95,100). Sum of RGB (Red+Green+Blue) = 142+95+100=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F64 is #71A09B. Grayscale: #6D6D6D. Windows color (decimal): -7446684 or 6578062. OLE color: 6578062.

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

Color convert

RGB14295100-
CMYK00.330.300.44
HSL353.62º19.83%46.47%-
HSV(B)353.62º33.1%55.69%-
XYZ17.5514.8614-
YUV109.62122.57151.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=42.14%
G=28.19%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429510000.330.300.44353.6219.8346.47
Hex8E5F640211E2C162142e
Octal21613714404136545422456
Binary100011101011111110010001000011111010110010110001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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