#8E696A

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

Shades of Mauve Taupe #8E696A

Tints of Mauve Taupe #8E696A

Color information

#8E696A (or 0x8E696A) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 6A. RGB value is (142,105,106). Sum of RGB (Red+Green+Blue) = 142+105+106=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696A is #719695. Grayscale: #747474. Windows color (decimal): -7444118 or 6973838. OLE color: 6973838.

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

Color convert

RGB142105106-
CMYK00.260.250.44
HSL358.38º14.98%48.43%-
HSV(B)358.38º26.06%55.69%-
XYZ18.8116.8915.91-
YUV116.18122.26146.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=40.23%
G=29.75%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210510600.260.250.44358.3814.9848.43
Hex8E696A01A192C166f30
Octal21615115203231545461760
Binary1000111011010011101010011010110011011001011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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