Html Css Color HEX #8E696C Mauve Taupe

📋 copy color: '#8E696C'

red 142 ◦ green 105 ◦ blue 108

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

Shades of Mauve Taupe #8E696C

Tints of Mauve Taupe #8E696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 40%
G = 29.58%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8E696C (or 0x8E696C) is known color: Mauve Taupe. HEX triplet: 8E, 69 and 6C. RGB value is (142,105,108). Sum of RGB (Red+Green+Blue) = 142+105+108=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696C is #719693. Grayscale: #747474. Windows color (decimal): -7444116 or 7104910. OLE color: 7104910.

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

Color convert

RGB 142 105 108 -
CMYK 0 0.26 0.24 0.44
HSL 355.14º 0.15% 0.48% -
HSV(B) 355.14º 0.26% 0.56% -
XYZ 18.91 16.94 16.46 -
YUV 116.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 142 105 108 0 0.26 0.24 0.44 355.14 0.15 0.48
Hex 8E 69 6C 0 1A 18 2C 163 F 30
Octal 216 151 154 0 32 30 54 543 17 60
Binary 10001110 1101001 1101100 0 11010 11000 101100 101100011 1111 110000

Color Harmonies of #8E696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E696C

Black with #8E696C

Text Example


Text Example

White with #8E696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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