#8D6063

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

Shades of Mauve Taupe #8D6063

Tints of Mauve Taupe #8D6063

Color information

#8D6063 (or 0x8D6063) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 63. RGB value is (141,96,99). Sum of RGB (Red+Green+Blue) = 141+96+99=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6063 is #729F9C. Grayscale: #6D6D6D. Windows color (decimal): -7511965 or 6512781. OLE color: 6512781.

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

Color convert

RGB1419699-
CMYK00.320.300.45
HSL356º18.99%46.47%-
HSV(B)356º31.91%55.29%-
XYZ17.4214.9313.77-
YUV109.8121.91150.26-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.96%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=41.96%
G=28.57%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141969900.320.300.4535618.9946.47
Hex8D60630201E2D164132e
Octal21514014304036555442356
Binary100011011100000110001101000001111010110110110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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