#8E6371

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

Shades of Mauve Taupe #8E6371

Tints of Mauve Taupe #8E6371

Color information

#8E6371 (or 0x8E6371) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 71. RGB value is (142,99,113). Sum of RGB (Red+Green+Blue) = 142+99+113=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6371 is #719C8E. Grayscale: #717171. Windows color (decimal): -7445647 or 7431054. OLE color: 7431054.

HSL color Cylindrical-coordinate representation of color #8E6371: hue angle of 340.47º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6371 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB14299113-
CMYK00.300.200.44
HSL340.47º17.84%47.25%-
HSV(B)340.47º30.28%55.69%-
XYZ18.615.8717.71-
YUV113.45127.75148.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.11%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=40.11%
G=27.97%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429911300.300.200.44340.4717.8447.25
Hex8E637101E142C154122f
Octal21614316103624545242257
Binary10001110110001111100010111101010010110010101010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,99,113); }

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

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

 a { background-color: rgb(142,99,113); }

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

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

 span { border-color: rgb(142,99,113); }

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