Html Css Color HEX #8E696F Mauve Taupe

📋 copy color: '#8E696F'

red 142 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #8E696F

Tints of Mauve Taupe #8E696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 39.66%
G = 29.33%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E696F (or 0x8E696F) is known color: Mauve Taupe. HEX triplet: 8E, 69 and 6F. RGB value is (142,105,111). Sum of RGB (Red+Green+Blue) = 142+105+111=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 142 - color contains mainly: red. Hex color #8E696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E696F is #719690. Grayscale: #747474. Windows color (decimal): -7444113 or 7301518. OLE color: 7301518.

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

Color convert

RGB 142 105 111 -
CMYK 0 0.26 0.22 0.44
HSL 350.27º 0.15% 0.48% -
HSV(B) 350.27º 0.26% 0.56% -
XYZ 19.08 17 17.32 -
YUV 116.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 142 105 111 0 0.26 0.22 0.44 350.27 0.15 0.48
Hex 8E 69 6F 0 1A 16 2C 15E F 30
Octal 216 151 157 0 32 26 54 536 17 60
Binary 10001110 1101001 1101111 0 11010 10110 101100 101011110 1111 110000

Color Harmonies of #8E696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E696F

Black with #8E696F

Text Example


Text Example

White with #8E696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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