#8E6869

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

Shades of Mauve Taupe #8E6869

Tints of Mauve Taupe #8E6869

Color information

#8E6869 (or 0x8E6869) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 68 and 69. RGB value is (142,104,105). Sum of RGB (Red+Green+Blue) = 142+104+105=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6869 is #719796. Grayscale: #737373. Windows color (decimal): -7444375 or 6908046. OLE color: 6908046.

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

Color convert

RGB142104105-
CMYK00.270.260.44
HSL358.42º15.45%48.24%-
HSV(B)358.42º26.76%55.69%-
XYZ18.6616.6715.6-
YUV115.48122.09146.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.46%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=40.46%
G=29.63%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210410500.270.260.44358.4215.4548.24
Hex8E686901B1A2C166f30
Octal21615015103332545461760
Binary1000111011010001101001011011110101011001011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,104,105); }

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

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

 a { background-color: rgb(142,104,105); }

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

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

 span { border-color: rgb(142,104,105); }

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