#8E6575

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

Shades of Mauve Taupe #8E6575

Tints of Mauve Taupe #8E6575

Color information

#8E6575 (or 0x8E6575) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 65 and 75. RGB value is (142,101,117). Sum of RGB (Red+Green+Blue) = 142+101+117=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6575 is #719A8A. Grayscale: #737373. Windows color (decimal): -7445131 or 7693710. OLE color: 7693710.

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

Color convert

RGB142101117-
CMYK00.290.180.44
HSL336.59º16.87%47.65%-
HSV(B)336.59º28.87%55.69%-
XYZ19.0216.3418.98-
YUV115.08129.08147.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.44%
GREEN value IS 101 (39.84% from 255) = 28.06%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=39.44%
G=28.06%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210111700.290.180.44336.5916.8747.65
Hex8E657501D122C1511130
Octal21614516503522545212160
Binary10001110110010111101010111011001010110010101000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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