#8E666A

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

Shades of Mauve Taupe #8E666A

Tints of Mauve Taupe #8E666A

Color information

#8E666A (or 0x8E666A) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 66 and 6A. RGB value is (142,102,106). Sum of RGB (Red+Green+Blue) = 142+102+106=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E666A is #719995. Grayscale: #727272. Windows color (decimal): -7444886 or 6973070. OLE color: 6973070.

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

Color convert

RGB142102106-
CMYK00.280.250.44
HSL354º16.39%47.84%-
HSV(B)354º28.17%55.69%-
XYZ18.5116.2915.81-
YUV114.42123.25147.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=40.57%
G=29.14%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210210600.280.250.4435416.3947.84
Hex8E666A01C192C1621030
Octal21614615203431545422060
Binary10001110110011011010100111001100110110010110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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