#8E6C74

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

Shades of Mauve Taupe #8E6C74

Tints of Mauve Taupe #8E6C74

Color information

#8E6C74 (or 0x8E6C74) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 6C and 74. RGB value is (142,108,116). Sum of RGB (Red+Green+Blue) = 142+108+116=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6C74 is #71938B. Grayscale: #777777. Windows color (decimal): -7443340 or 7629966. OLE color: 7629966.

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

Color convert

RGB142108116-
CMYK00.240.180.44
HSL345.88º13.6%49.02%-
HSV(B)345.88º23.94%55.69%-
XYZ19.6717.7418.91-
YUV119.08126.26144.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.80%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=38.80%
G=29.51%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210811600.240.180.44345.8813.649.02
Hex8E6C74018122C15ae31
Octal21615416403022545321661
Binary1000111011011001110100011000100101011001010110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,116); }

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

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

 a { background-color: rgb(142,108,116); }

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

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

 span { border-color: rgb(142,108,116); }

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