Html Css Color HEX #8E6B70 Mauve Taupe

📋 copy color: '#8E6B70'

red 142 ◦ green 107 ◦ blue 112

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

Shades of Mauve Taupe #8E6B70

Tints of Mauve Taupe #8E6B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.64%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 39.34%
G = 29.64%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E6B70 (or 0x8E6B70) is known color: Mauve Taupe. HEX triplet: 8E, 6B and 70. RGB value is (142,107,112). Sum of RGB (Red+Green+Blue) = 142+107+112=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6B70 is #71948F. Grayscale: #767676. Windows color (decimal): -7443600 or 7367566. OLE color: 7367566.

HSL color Cylindrical-coordinate representation of color #8E6B70: hue angle of 351.43º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E6B70 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 107 112 -
CMYK 0 0.25 0.21 0.44
HSL 351.43º 0.14% 0.49% -
HSV(B) 351.43º 0.25% 0.56% -
XYZ 19.34 17.44 17.68 -
YUV 118.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 142 107 112 0 0.25 0.21 0.44 351.43 0.14 0.49
Hex 8E 6B 70 0 19 15 2C 15F E 31
Octal 216 153 160 0 31 25 54 537 16 61
Binary 10001110 1101011 1110000 0 11001 10101 101100 101011111 1110 110001

Color Harmonies of #8E6B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6B70

Black with #8E6B70

Text Example


Text Example

White with #8E6B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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