#8E606A

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

Shades of Mauve Taupe #8E606A

Tints of Mauve Taupe #8E606A

Color information

#8E606A (or 0x8E606A) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 6A. RGB value is (142,96,106). Sum of RGB (Red+Green+Blue) = 142+96+106=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E606A is #719F95. Grayscale: #6E6E6E. Windows color (decimal): -7446422 or 6971534. OLE color: 6971534.

HSL color Cylindrical-coordinate representation of color #8E606A: hue angle of 346.96º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E606A is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14296106-
CMYK00.320.250.44
HSL346.96º19.33%46.67%-
HSV(B)346.96º32.39%55.69%-
XYZ17.9415.1615.62-
YUV110.89125.24150.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=41.28%
G=27.91%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429610600.320.250.44346.9619.3346.67
Hex8E606A020192C15b132f
Octal21614015204031545332357
Binary100011101100000110101001000001100110110010101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,106); }

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

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

 a { background-color: rgb(142,96,106); }

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

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

 span { border-color: rgb(142,96,106); }

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