Html Css Color HEX #8E686B Mauve Taupe

📋 copy color: '#8E686B'

red 142 ◦ green 104 ◦ blue 107

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

Shades of Mauve Taupe #8E686B

Tints of Mauve Taupe #8E686B

RGB

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

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

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

R = 40.23%
G = 29.46%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E686B (or 0x8E686B) is known color: Mauve Taupe. HEX triplet: 8E, 68 and 6B. RGB value is (142,104,107). Sum of RGB (Red+Green+Blue) = 142+104+107=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E686B is #719794. Grayscale: #737373. Windows color (decimal): -7444373 or 7039118. OLE color: 7039118.

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

Color convert

RGB 142 104 107 -
CMYK 0 0.27 0.25 0.44
HSL 355.26º 0.15% 0.48% -
HSV(B) 355.26º 0.27% 0.56% -
XYZ 18.76 16.71 16.15 -
YUV 115.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 142 104 107 0 0.27 0.25 0.44 355.26 0.15 0.48
Hex 8E 68 6B 0 1B 19 2C 163 F 30
Octal 216 150 153 0 33 31 54 543 17 60
Binary 10001110 1101000 1101011 0 11011 11001 101100 101100011 1111 110000

Color Harmonies of #8E686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E686B

Black with #8E686B

Text Example


Text Example

White with #8E686B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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