#8E5E65

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

Shades of Mauve Taupe #8E5E65

Tints of Mauve Taupe #8E5E65

Color information

#8E5E65 (or 0x8E5E65) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 5E and 65. RGB value is (142,94,101). Sum of RGB (Red+Green+Blue) = 142+94+101=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5E65 is #71A19A. Grayscale: #6D6D6D. Windows color (decimal): -7446939 or 6643342. OLE color: 6643342.

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

Color convert

RGB14294101-
CMYK00.340.290.44
HSL351.25º20.34%46.27%-
HSV(B)351.25º33.8%55.69%-
XYZ17.5114.714.23-
YUV109.15123.4151.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 94 (37.11% from 255) = 27.89%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=42.14%
G=27.89%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429410100.340.290.44351.2520.3446.27
Hex8E5E650221D2C15f142e
Octal21613614504235545372456
Binary100011101011110110010101000101110110110010101111110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,94,101); }

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

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

 a { background-color: rgb(142,94,101); }

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

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

 span { border-color: rgb(142,94,101); }

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