Html Css Color HEX #8E656B Mauve Taupe

📋 copy color: '#8E656B'

red 142 ◦ green 101 ◦ blue 107

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

Shades of Mauve Taupe #8E656B

Tints of Mauve Taupe #8E656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 40.57%
G = 28.86%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E656B (or 0x8E656B) is known color: Mauve Taupe. HEX triplet: 8E, 65 and 6B. RGB value is (142,101,107). Sum of RGB (Red+Green+Blue) = 142+101+107=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E656B is #719A94. Grayscale: #717171. Windows color (decimal): -7445141 or 7038350. OLE color: 7038350.

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

Color convert

RGB 142 101 107 -
CMYK 0 0.29 0.25 0.44
HSL 351.22º 0.17% 0.48% -
HSV(B) 351.22º 0.29% 0.56% -
XYZ 18.46 16.12 16.05 -
YUV 113.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 142 101 107 0 0.29 0.25 0.44 351.22 0.17 0.48
Hex 8E 65 6B 0 1D 19 2C 15F 11 30
Octal 216 145 153 0 35 31 54 537 21 60
Binary 10001110 1100101 1101011 0 11101 11001 101100 101011111 10001 110000

Color Harmonies of #8E656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E656B

Black with #8E656B

Text Example


Text Example

White with #8E656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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