Html Css Color HEX #8E6071 Mauve Taupe

📋 copy color: '#8E6071'

red 142 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #8E6071

Tints of Mauve Taupe #8E6071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 40.46%
G = 27.35%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E6071 (or 0x8E6071) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 71. RGB value is (142,96,113). Sum of RGB (Red+Green+Blue) = 142+96+113=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6071 is #719F8E. Grayscale: #6F6F6F. Windows color (decimal): -7446415 or 7430286. OLE color: 7430286.

HSL color Cylindrical-coordinate representation of color #8E6071: hue angle of 337.83º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6071 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 113 -
CMYK 0 0.32 0.20 0.44
HSL 337.83º 0.19% 0.47% -
HSV(B) 337.83º 0.32% 0.56% -
XYZ 18.32 15.31 17.61 -
YUV 111.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 142 96 113 0 0.32 0.20 0.44 337.83 0.19 0.47
Hex 8E 60 71 0 20 14 2C 152 13 2F
Octal 216 140 161 0 40 24 54 522 23 57
Binary 10001110 1100000 1110001 0 100000 10100 101100 101010010 10011 101111

Color Harmonies of #8E6071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6071

Black with #8E6071

Text Example


Text Example

White with #8E6071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,113); }

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

background-color css

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

 a { background-color: rgb(142,96,113); }

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

border-color css

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

 span { border-color: rgb(142,96,113); }

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