Html Css Color HEX #8E656C Mauve Taupe

📋 copy color: '#8E656C'

red 142 ◦ green 101 ◦ blue 108

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

Shades of Mauve Taupe #8E656C

Tints of Mauve Taupe #8E656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 40.46%
G = 28.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E656C (or 0x8E656C) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 6C. RGB value is (142,101,108). Sum of RGB (Red+Green+Blue) = 142+101+108=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E656C is #719A93. Grayscale: #727272. Windows color (decimal): -7445140 or 7103886. OLE color: 7103886.

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

Color convert

RGB 142 101 108 -
CMYK 0 0.29 0.24 0.44
HSL 349.76º 0.17% 0.48% -
HSV(B) 349.76º 0.29% 0.56% -
XYZ 18.52 16.14 16.33 -
YUV 114.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 142 101 108 0 0.29 0.24 0.44 349.76 0.17 0.48
Hex 8E 65 6C 0 1D 18 2C 15E 11 30
Octal 216 145 154 0 35 30 54 536 21 60
Binary 10001110 1100101 1101100 0 11101 11000 101100 101011110 10001 110000

Color Harmonies of #8E656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E656C

Black with #8E656C

Text Example


Text Example

White with #8E656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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