#8E6373

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

Shades of Mauve Taupe #8E6373

Tints of Mauve Taupe #8E6373

Color information

#8E6373 (or 0x8E6373) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 73. RGB value is (142,99,115). Sum of RGB (Red+Green+Blue) = 142+99+115=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6373 is #719C8C. Grayscale: #717171. Windows color (decimal): -7445645 or 7562126. OLE color: 7562126.

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

Color convert

RGB14299115-
CMYK00.300.190.44
HSL337.67º17.84%47.25%-
HSV(B)337.67º30.28%55.69%-
XYZ18.7115.9118.3-
YUV113.68128.75148.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 115 (45.31% from 255) = 32.30%
R=39.89%
G=27.81%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429911500.300.190.44337.6717.8447.25
Hex8E637301E132C152122f
Octal21614316303623545222257
Binary10001110110001111100110111101001110110010101001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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