Html Css Color HEX #8D6A71 Mauve Taupe

📋 copy color: '#8D6A71'

red 141 ◦ green 106 ◦ blue 113

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

Shades of Mauve Taupe #8D6A71

Tints of Mauve Taupe #8D6A71

RGB

 RED value IS 141 (55.47% from 255) = 39.17%

 GREEN value IS 106 (41.8% from 255) = 29.44%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 39.17%
G = 29.44%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8D6A71 (or 0x8D6A71) is known color: Mauve Taupe. HEX triplet: 8D, 6A and 71. RGB value is (141,106,113). Sum of RGB (Red+Green+Blue) = 141+106+113=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6A71 is #72958E. Grayscale: #757575. Windows color (decimal): -7509391 or 7432845. OLE color: 7432845.

HSL color Cylindrical-coordinate representation of color #8D6A71: hue angle of 348º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D6A71 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 106 113 -
CMYK 0 0.25 0.20 0.45
HSL 348º 0.14% 0.48% -
HSV(B) 348º 0.25% 0.55% -
XYZ 19.12 17.16 17.93 -
YUV 117.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 141 106 113 0 0.25 0.20 0.45 348 0.14 0.48
Hex 8D 6A 71 0 19 14 2D 15C E 30
Octal 215 152 161 0 31 24 55 534 16 60
Binary 10001101 1101010 1110001 0 11001 10100 101101 101011100 1110 110000

Color Harmonies of #8D6A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6A71

Black with #8D6A71

Text Example


Text Example

White with #8D6A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,106,113); }

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

background-color css

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

 a { background-color: rgb(141,106,113); }

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

border-color css

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

 span { border-color: rgb(141,106,113); }

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