#8E5F66

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

Shades of Mauve Taupe #8E5F66

Tints of Mauve Taupe #8E5F66

Color information

#8E5F66 (or 0x8E5F66) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 66. RGB value is (142,95,102). Sum of RGB (Red+Green+Blue) = 142+95+102=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F66 is #71A099. Grayscale: #6D6D6D. Windows color (decimal): -7446682 or 6709134. OLE color: 6709134.

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

Color convert

RGB14295102-
CMYK00.330.280.44
HSL351.06º19.83%46.47%-
HSV(B)351.06º33.1%55.69%-
XYZ17.6514.8914.52-
YUV109.85123.57150.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.89%
GREEN value IS 95 (37.5% from 255) = 28.02%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=41.89%
G=28.02%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429510200.330.280.44351.0619.8346.47
Hex8E5F660211C2C15f142e
Octal21613714604134545372456
Binary100011101011111110011001000011110010110010101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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