Html Css Color HEX #8E656D Mauve Taupe

📋 copy color: '#8E656D'

red 142 ◦ green 101 ◦ blue 109

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

Shades of Mauve Taupe #8E656D

Tints of Mauve Taupe #8E656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 40.34%
G = 28.69%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E656D (or 0x8E656D) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 6D. RGB value is (142,101,109). Sum of RGB (Red+Green+Blue) = 142+101+109=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E656D is #719A92. Grayscale: #727272. Windows color (decimal): -7445139 or 7169422. OLE color: 7169422.

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

Color convert

RGB 142 101 109 -
CMYK 0 0.29 0.23 0.44
HSL 348.29º 0.17% 0.48% -
HSV(B) 348.29º 0.29% 0.56% -
XYZ 18.57 16.16 16.61 -
YUV 114.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 142 101 109 0 0.29 0.23 0.44 348.29 0.17 0.48
Hex 8E 65 6D 0 1D 17 2C 15C 11 30
Octal 216 145 155 0 35 27 54 534 21 60
Binary 10001110 1100101 1101101 0 11101 10111 101100 101011100 10001 110000

Color Harmonies of #8E656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E656D

Black with #8E656D

Text Example


Text Example

White with #8E656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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