#8E6974

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

Shades of Mauve Taupe #8E6974

Tints of Mauve Taupe #8E6974

Color information

#8E6974 (or 0x8E6974) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 74. RGB value is (142,105,116). Sum of RGB (Red+Green+Blue) = 142+105+116=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6974 is #71968B. Grayscale: #757575. Windows color (decimal): -7444108 or 7629198. OLE color: 7629198.

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

Color convert

RGB142105116-
CMYK00.260.180.44
HSL342.16º14.98%48.43%-
HSV(B)342.16º26.06%55.69%-
XYZ19.3617.1118.81-
YUV117.32127.26145.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.12%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 116 (45.70% from 255) = 31.96%
R=39.12%
G=28.93%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210511600.260.180.44342.1614.9848.43
Hex8E697401A122C156f30
Octal21615116403222545261760
Binary1000111011010011110100011010100101011001010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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