#8E696F

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

Shades of Mauve Taupe #8E696F

Tints of Mauve Taupe #8E696F

Color information

#8E696F (or 0x8E696F) is unknown color: approx Mauve Taupe. HEX triplet: 8E, 69 and 6F. RGB value is (142,105,111). Sum of RGB (Red+Green+Blue) = 142+105+111=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696F is #719690. Grayscale: #747474. Windows color (decimal): -7444113 or 7301518. OLE color: 7301518.

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

Color convert

RGB142105111-
CMYK00.260.220.44
HSL350.27º14.98%48.43%-
HSV(B)350.27º26.06%55.69%-
XYZ19.081717.32-
YUV116.75124.76146.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.66%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=39.66%
G=29.33%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210511100.260.220.44350.2714.9848.43
Hex8E696F01A162C15ef30
Octal21615115703226545361760
Binary1000111011010011101111011010101101011001010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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