Html Css Color HEX #8E5F60 Mauve Taupe

📋 copy color: '#8E5F60'

red 142 ◦ green 95 ◦ blue 96

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

Shades of Mauve Taupe #8E5F60

Tints of Mauve Taupe #8E5F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 42.64%
G = 28.53%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#8E5F60 (or 0x8E5F60) is known color: Mauve Taupe. HEX triplet: 8E, 5F and 60. RGB value is (142,95,96). Sum of RGB (Red+Green+Blue) = 142+95+96=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F60 is #71A09F. Grayscale: #6D6D6D. Windows color (decimal): -7446688 or 6315918. OLE color: 6315918.

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

Color convert

RGB 142 95 96 -
CMYK 0 0.33 0.32 0.44
HSL 358.72º 0.2% 0.46% -
HSV(B) 358.72º 0.33% 0.56% -
XYZ 17.36 14.78 13 -
YUV 109.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 142 95 96 0 0.33 0.32 0.44 358.72 0.2 0.46
Hex 8E 5F 60 0 21 20 2C 167 14 2E
Octal 216 137 140 0 41 40 54 547 24 56
Binary 10001110 1011111 1100000 0 100001 100000 101100 101100111 10100 101110

Color Harmonies of #8E5F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F60

Black with #8E5F60

Text Example


Text Example

White with #8E5F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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