#8E6569

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

Shades of Mauve Taupe #8E6569

Tints of Mauve Taupe #8E6569

Color information

#8E6569 (or 0x8E6569) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 65 and 69. RGB value is (142,101,105). Sum of RGB (Red+Green+Blue) = 142+101+105=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6569 is #719A96. Grayscale: #717171. Windows color (decimal): -7445143 or 6907278. OLE color: 6907278.

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

Color convert

RGB142101105-
CMYK00.290.260.44
HSL354.15º16.87%47.65%-
HSV(B)354.15º28.87%55.69%-
XYZ18.3616.0815.5-
YUV113.72123.08148.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.80%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=40.80%
G=29.02%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210110500.290.260.44354.1516.8747.65
Hex8E656901D1A2C1621130
Octal21614515103532545422160
Binary10001110110010111010010111011101010110010110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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