#8E6064

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

Shades of Mauve Taupe #8E6064

Tints of Mauve Taupe #8E6064

Color information

#8E6064 (or 0x8E6064) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 64. RGB value is (142,96,100). Sum of RGB (Red+Green+Blue) = 142+96+100=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6064 is #719F9B. Grayscale: #6E6E6E. Windows color (decimal): -7446428 or 6578318. OLE color: 6578318.

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

Color convert

RGB14296100-
CMYK00.320.300.44
HSL354.78º19.33%46.67%-
HSV(B)354.78º32.39%55.69%-
XYZ17.6415.0414.03-
YUV110.21122.24150.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=42.01%
G=28.40%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429610000.320.300.44354.7819.3346.67
Hex8E60640201E2C163132f
Octal21614014404036545432357
Binary100011101100000110010001000001111010110010110001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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