#8E6375

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

Shades of Mauve Taupe #8E6375

Tints of Mauve Taupe #8E6375

Color information

#8E6375 (or 0x8E6375) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 75. RGB value is (142,99,117). Sum of RGB (Red+Green+Blue) = 142+99+117=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6375 is #719C8A. Grayscale: #717171. Windows color (decimal): -7445643 or 7693198. OLE color: 7693198.

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

Color convert

RGB14299117-
CMYK00.300.180.44
HSL334.88º17.84%47.25%-
HSV(B)334.88º30.28%55.69%-
XYZ18.8315.9618.92-
YUV113.91129.75148.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=39.66%
G=27.65%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429911700.300.180.44334.8817.8447.25
Hex8E637501E122C14f122f
Octal21614316503622545172257
Binary10001110110001111101010111101001010110010100111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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