#8E5F68

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

Shades of Mauve Taupe #8E5F68

Tints of Mauve Taupe #8E5F68

Color information

#8E5F68 (or 0x8E5F68) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5F and 68. RGB value is (142,95,104). Sum of RGB (Red+Green+Blue) = 142+95+104=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F68 is #71A097. Grayscale: #6E6E6E. Windows color (decimal): -7446680 or 6840206. OLE color: 6840206.

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

Color convert

RGB14295104-
CMYK00.330.270.44
HSL348.51º19.83%46.47%-
HSV(B)348.51º33.1%55.69%-
XYZ17.7514.9315.04-
YUV110.08124.57150.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=41.64%
G=27.86%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429510400.330.270.44348.5119.8346.47
Hex8E5F680211B2C15d142e
Octal21613715004133545352456
Binary100011101011111110100001000011101110110010101110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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