#8D6569

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

Shades of Mauve Taupe #8D6569

Tints of Mauve Taupe #8D6569

Color information

#8D6569 (or 0x8D6569) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 65 and 69. RGB value is (141,101,105). Sum of RGB (Red+Green+Blue) = 141+101+105=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6569 is #729A96. Grayscale: #717171. Windows color (decimal): -7510679 or 6907277. OLE color: 6907277.

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

Color convert

RGB141101105-
CMYK00.280.260.45
HSL354º16.53%47.45%-
HSV(B)354º28.37%55.29%-
XYZ18.1915.9915.49-
YUV113.42123.25147.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.63%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 105 (41.41% from 255) = 30.26%
R=40.63%
G=29.11%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110110500.280.260.4535416.5347.45
Hex8D656901C1A2D162112f
Octal21514515103432555422157
Binary10001101110010111010010111001101010110110110001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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