#8E6364

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

Shades of Mauve Taupe #8E6364

Tints of Mauve Taupe #8E6364

Color information

#8E6364 (or 0x8E6364) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 64. RGB value is (142,99,100). Sum of RGB (Red+Green+Blue) = 142+99+100=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6364 is #719C9B. Grayscale: #707070. Windows color (decimal): -7445660 or 6579086. OLE color: 6579086.

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

Color convert

RGB14299100-
CMYK00.300.300.44
HSL358.6º17.84%47.25%-
HSV(B)358.6º30.28%55.69%-
XYZ17.9215.5914.12-
YUV111.97121.25149.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=41.64%
G=29.03%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429910000.300.300.44358.617.8447.25
Hex8E636401E1E2C167122f
Octal21614314403636545472257
Binary10001110110001111001000111101111010110010110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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