#8D6165

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

Shades of Mauve Taupe #8D6165

Tints of Mauve Taupe #8D6165

Color information

#8D6165 (or 0x8D6165) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 61 and 65. RGB value is (141,97,101). Sum of RGB (Red+Green+Blue) = 141+97+101=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6165 is #729E9A. Grayscale: #6E6E6E. Windows color (decimal): -7511707 or 6644109. OLE color: 6644109.

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

Color convert

RGB14197101-
CMYK00.310.280.45
HSL354.55º18.49%46.67%-
HSV(B)354.55º31.21%55.29%-
XYZ17.6115.1514.31-
YUV110.61122.58149.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=41.59%
G=28.61%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419710100.310.280.45354.5518.4946.67
Hex8D616501F1C2D163122f
Octal21514114503734555432257
Binary10001101110000111001010111111110010110110110001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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