#8E6365

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

Shades of Mauve Taupe #8E6365

Tints of Mauve Taupe #8E6365

Color information

#8E6365 (or 0x8E6365) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 63 and 65. RGB value is (142,99,101). Sum of RGB (Red+Green+Blue) = 142+99+101=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6365 is #719C9A. Grayscale: #707070. Windows color (decimal): -7445659 or 6644622. OLE color: 6644622.

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

Color convert

RGB14299101-
CMYK00.300.290.44
HSL357.21º17.84%47.25%-
HSV(B)357.21º30.28%55.69%-
XYZ17.9715.6114.38-
YUV112.08121.75149.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=41.52%
G=28.95%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1429910100.300.290.44357.2117.8447.25
Hex8E636501E1D2C165122f
Octal21614314503635545452257
Binary10001110110001111001010111101110110110010110010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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