Html Css Color HEX #8D6061 Mauve Taupe

📋 copy color: '#8D6061'

red 141 ◦ green 96 ◦ blue 97

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

Shades of Mauve Taupe #8D6061

Tints of Mauve Taupe #8D6061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 42.22%
G = 28.74%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8D6061 (or 0x8D6061) is known color: Mauve Taupe. HEX triplet: 8D, 60 and 61. RGB value is (141,96,97). Sum of RGB (Red+Green+Blue) = 141+96+97=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6061 is #729F9E. Grayscale: #6D6D6D. Windows color (decimal): -7511967 or 6381709. OLE color: 6381709.

HSL color Cylindrical-coordinate representation of color #8D6061: hue angle of 358.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6061 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 96 97 -
CMYK 0 0.32 0.31 0.45
HSL 358.67º 0.19% 0.46% -
HSV(B) 358.67º 0.32% 0.55% -
XYZ 17.33 14.89 13.27 -
YUV 109.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 141 96 97 0 0.32 0.31 0.45 358.67 0.19 0.46
Hex 8D 60 61 0 20 1F 2D 167 13 2E
Octal 215 140 141 0 40 37 55 547 23 56
Binary 10001101 1100000 1100001 0 100000 11111 101101 101100111 10011 101110

Color Harmonies of #8D6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6061

Black with #8D6061

Text Example


Text Example

White with #8D6061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,96,97); }

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

background-color css

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

 a { background-color: rgb(141,96,97); }

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

border-color css

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

 span { border-color: rgb(141,96,97); }

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