#8D636F

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

Shades of Mauve Taupe #8D636F

Tints of Mauve Taupe #8D636F

Color information

#8D636F (or 0x8D636F) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 63 and 6F. RGB value is (141,99,111). Sum of RGB (Red+Green+Blue) = 141+99+111=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D636F is #729C90. Grayscale: #707070. Windows color (decimal): -7511185 or 7299981. OLE color: 7299981.

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

Color convert

RGB14199111-
CMYK00.300.210.45
HSL342.86º17.5%47.06%-
HSV(B)342.86º29.79%55.29%-
XYZ18.3215.7317.11-
YUV112.93126.91148.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=40.17%
G=28.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419911100.300.210.45342.8617.547.06
Hex8D636F01E152D157122f
Octal21514315703625555272257
Binary10001101110001111011110111101010110110110101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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