#8D6069

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

Shades of Mauve Taupe #8D6069

Tints of Mauve Taupe #8D6069

Color information

#8D6069 (or 0x8D6069) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 69. RGB value is (141,96,105). Sum of RGB (Red+Green+Blue) = 141+96+105=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6069 is #729F96. Grayscale: #6E6E6E. Windows color (decimal): -7511959 or 6905997. OLE color: 6905997.

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

Color convert

RGB14196105-
CMYK00.320.260.45
HSL348º18.99%46.47%-
HSV(B)348º31.91%55.29%-
XYZ17.7215.0515.34-
YUV110.48124.91149.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 105 (41.41% from 255) = 30.70%
R=41.23%
G=28.07%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419610500.320.260.4534818.9946.47
Hex8D60690201A2D15c132e
Octal21514015104032555342356
Binary100011011100000110100101000001101010110110101110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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