#8E6061

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

Shades of Mauve Taupe #8E6061

Tints of Mauve Taupe #8E6061

Color information

#8E6061 (or 0x8E6061) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 60 and 61. RGB value is (142,96,97). Sum of RGB (Red+Green+Blue) = 142+96+97=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6061 is #719F9E. Grayscale: #6D6D6D. Windows color (decimal): -7446431 or 6381710. OLE color: 6381710.

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

Color convert

RGB1429697-
CMYK00.320.320.44
HSL358.7º19.33%46.67%-
HSV(B)358.7º32.39%55.69%-
XYZ17.514.9813.28-
YUV109.87120.74150.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.39%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=42.39%
G=28.66%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142969700.320.320.44358.719.3346.67
Hex8E6061020202C167132f
Octal21614014104040545472357
Binary1000111011000001100001010000010000010110010110011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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