#8D6061

Color #8D6061 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8D6061

Tints of Mauve Taupe #8D6061

Color information

#8D6061 (or 0x8D6061) is unknown color: approx 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

RGB1419697-
CMYK00.320.310.45
HSL358.67º18.99%46.47%-
HSV(B)358.67º31.91%55.29%-
XYZ17.3314.8913.27-
YUV109.57120.91150.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141969700.320.310.45358.6718.9946.47
Hex8D60610201F2D167132e
Octal21514014104037555472356
Binary100011011100000110000101000001111110110110110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>