#8E696D

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

Shades of Mauve Taupe #8E696D

Tints of Mauve Taupe #8E696D

Color information

#8E696D (or 0x8E696D) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 6D. RGB value is (142,105,109). Sum of RGB (Red+Green+Blue) = 142+105+109=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696D is #719692. Grayscale: #747474. Windows color (decimal): -7444115 or 7170446. OLE color: 7170446.

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

Color convert

RGB142105109-
CMYK00.260.230.44
HSL353.51º14.98%48.43%-
HSV(B)353.51º26.06%55.69%-
XYZ18.9716.9616.74-
YUV116.52123.76146.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=39.89%
G=29.49%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210510900.260.230.44353.5114.9848.43
Hex8E696D01A172C162f30
Octal21615115503227545421760
Binary1000111011010011101101011010101111011001011000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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