Html Css Color HEX #8E6064 Mauve Taupe

📋 copy color: '#8E6064'

red 142 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #8E6064

Tints of Mauve Taupe #8E6064

RGB

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

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

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

R = 42.01%
G = 28.4%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E6064 (or 0x8E6064) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 64. RGB value is (142,96,100). Sum of RGB (Red+Green+Blue) = 142+96+100=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6064 is #719F9B. Grayscale: #6E6E6E. Windows color (decimal): -7446428 or 6578318. OLE color: 6578318.

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

Color convert

RGB 142 96 100 -
CMYK 0 0.32 0.30 0.44
HSL 354.78º 0.19% 0.47% -
HSV(B) 354.78º 0.32% 0.56% -
XYZ 17.64 15.04 14.03 -
YUV 110.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 142 96 100 0 0.32 0.30 0.44 354.78 0.19 0.47
Hex 8E 60 64 0 20 1E 2C 163 13 2F
Octal 216 140 144 0 40 36 54 543 23 57
Binary 10001110 1100000 1100100 0 100000 11110 101100 101100011 10011 101111

Color Harmonies of #8E6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6064

Black with #8E6064

Text Example


Text Example

White with #8E6064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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