#8D6065

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

Shades of Mauve Taupe #8D6065

Tints of Mauve Taupe #8D6065

Color information

#8D6065 (or 0x8D6065) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 65. RGB value is (141,96,101). Sum of RGB (Red+Green+Blue) = 141+96+101=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6065 is #729F9A. Grayscale: #6E6E6E. Windows color (decimal): -7511963 or 6643853. OLE color: 6643853.

HSL color Cylindrical-coordinate representation of color #8D6065: hue angle of 353.33º 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 #8D6065 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB14196101-
CMYK00.320.280.45
HSL353.33º18.99%46.47%-
HSV(B)353.33º31.91%55.29%-
XYZ17.5214.9714.28-
YUV110.02122.91150.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=41.72%
G=28.40%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419610100.320.280.45353.3318.9946.47
Hex8D60650201C2D161132e
Octal21514014504034555412356
Binary100011011100000110010101000001110010110110110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D6065;
 }
 .AnyTagClassName
 {
   color: #8D6065;
 }
</style>
background-color css

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

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

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

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

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

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