Html Css Color HEX #8E686D Mauve Taupe

📋 copy color: '#8E686D'

red 142 ◦ green 104 ◦ blue 109

#8E686D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #8E686D

Tints of Mauve Taupe #8E686D

RGB

 RED value IS 142 (55.86% from 255) = 40%

 GREEN value IS 104 (41.02% from 255) = 29.3%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 40%
G = 29.3%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E686D (or 0x8E686D) is known color: Mauve Taupe. HEX triplet: 8E, 68 and 6D. RGB value is (142,104,109). Sum of RGB (Red+Green+Blue) = 142+104+109=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E686D is #719792. Grayscale: #737373. Windows color (decimal): -7444371 or 7170190. OLE color: 7170190.

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

Color convert

RGB 142 104 109 -
CMYK 0 0.27 0.23 0.44
HSL 352.11º 0.15% 0.48% -
HSV(B) 352.11º 0.27% 0.56% -
XYZ 18.87 16.76 16.71 -
YUV 115.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 142 104 109 0 0.27 0.23 0.44 352.11 0.15 0.48
Hex 8E 68 6D 0 1B 17 2C 160 F 30
Octal 216 150 155 0 33 27 54 540 17 60
Binary 10001110 1101000 1101101 0 11011 10111 101100 101100000 1111 110000

Color Harmonies of #8E686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E686D

Black with #8E686D

Text Example


Text Example

White with #8E686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E686D;
 }
 .AnyTagClassName
 {
   color: #8E686D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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