Html Css Color HEX #8E6066 Mauve Taupe

📋 copy color: '#8E6066'

red 142 ◦ green 96 ◦ blue 102

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

Shades of Mauve Taupe #8E6066

Tints of Mauve Taupe #8E6066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30%

R = 41.76%
G = 28.24%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E6066 (or 0x8E6066) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 66. RGB value is (142,96,102). Sum of RGB (Red+Green+Blue) = 142+96+102=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6066 is #719F99. Grayscale: #6E6E6E. Windows color (decimal): -7446426 or 6709390. OLE color: 6709390.

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

Color convert

RGB 142 96 102 -
CMYK 0 0.32 0.28 0.44
HSL 352.17º 0.19% 0.47% -
HSV(B) 352.17º 0.32% 0.56% -
XYZ 17.74 15.08 14.55 -
YUV 110.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 142 96 102 0 0.32 0.28 0.44 352.17 0.19 0.47
Hex 8E 60 66 0 20 1C 2C 160 13 2F
Octal 216 140 146 0 40 34 54 540 23 57
Binary 10001110 1100000 1100110 0 100000 11100 101100 101100000 10011 101111

Color Harmonies of #8E6066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6066

Black with #8E6066

Text Example


Text Example

White with #8E6066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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