Html Css Color HEX #8E5F64 Mauve Taupe

📋 copy color: '#8E5F64'

red 142 ◦ green 95 ◦ blue 100

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

Shades of Mauve Taupe #8E5F64

Tints of Mauve Taupe #8E5F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 42.14%
G = 28.19%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E5F64 (or 0x8E5F64) is known color: Mauve Taupe. HEX triplet: 8E, 5F and 64. RGB value is (142,95,100). Sum of RGB (Red+Green+Blue) = 142+95+100=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5F64 is #71A09B. Grayscale: #6D6D6D. Windows color (decimal): -7446684 or 6578062. OLE color: 6578062.

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

Color convert

RGB 142 95 100 -
CMYK 0 0.33 0.30 0.44
HSL 353.62º 0.2% 0.46% -
HSV(B) 353.62º 0.33% 0.56% -
XYZ 17.55 14.86 14 -
YUV 109.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 142 95 100 0 0.33 0.30 0.44 353.62 0.2 0.46
Hex 8E 5F 64 0 21 1E 2C 162 14 2E
Octal 216 137 144 0 41 36 54 542 24 56
Binary 10001110 1011111 1100100 0 100001 11110 101100 101100010 10100 101110

Color Harmonies of #8E5F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5F64

Black with #8E5F64

Text Example


Text Example

White with #8E5F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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