Html Css Color HEX #8E666C Mauve Taupe

📋 copy color: '#8E666C'

red 142 ◦ green 102 ◦ blue 108

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

Shades of Mauve Taupe #8E666C

Tints of Mauve Taupe #8E666C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 40.34%
G = 28.98%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E666C (or 0x8E666C) is known color: Mauve Taupe. HEX triplet: 8E, 66 and 6C. RGB value is (142,102,108). Sum of RGB (Red+Green+Blue) = 142+102+108=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E666C is #719993. Grayscale: #727272. Windows color (decimal): -7444884 or 7104142. OLE color: 7104142.

HSL color Cylindrical-coordinate representation of color #8E666C: hue angle of 351º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E666C is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 108 -
CMYK 0 0.28 0.24 0.44
HSL 351º 0.16% 0.48% -
HSV(B) 351º 0.28% 0.56% -
XYZ 18.61 16.34 16.36 -
YUV 114.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 142 102 108 0 0.28 0.24 0.44 351 0.16 0.48
Hex 8E 66 6C 0 1C 18 2C 15F 10 30
Octal 216 146 154 0 34 30 54 537 20 60
Binary 10001110 1100110 1101100 0 11100 11000 101100 101011111 10000 110000

Color Harmonies of #8E666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E666C

Black with #8E666C

Text Example


Text Example

White with #8E666C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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