#8E6370

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

Shades of Mauve Taupe #8E6370

Tints of Mauve Taupe #8E6370

Color information

#8E6370 (or 0x8E6370) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 70. RGB value is (142,99,112). Sum of RGB (Red+Green+Blue) = 142+99+112=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6370 is #719C8F. Grayscale: #717171. Windows color (decimal): -7445648 or 7365518. OLE color: 7365518.

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

Color convert

RGB14299112-
CMYK00.300.210.44
HSL341.86º17.84%47.25%-
HSV(B)341.86º30.28%55.69%-
XYZ18.5415.8417.41-
YUV113.34127.25148.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=40.23%
G=28.05%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429911200.300.210.44341.8617.8447.25
Hex8E637001E152C156122f
Octal21614316003625545262257
Binary10001110110001111100000111101010110110010101011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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