#8D626B

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

Shades of Mauve Taupe #8D626B

Tints of Mauve Taupe #8D626B

Color information

#8D626B (or 0x8D626B) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 62 and 6B. RGB value is (141,98,107). Sum of RGB (Red+Green+Blue) = 141+98+107=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D626B is #729D94. Grayscale: #6F6F6F. Windows color (decimal): -7511445 or 7037581. OLE color: 7037581.

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

Color convert

RGB14198107-
CMYK00.300.240.45
HSL347.44º17.99%46.86%-
HSV(B)347.44º30.5%55.29%-
XYZ18.0115.4615.94-
YUV111.88125.25148.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 98 (38.67% from 255) = 28.32%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=40.75%
G=28.32%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419810700.300.240.45347.4417.9946.86
Hex8D626B01E182D15b122f
Octal21514215303630555332257
Binary10001101110001011010110111101100010110110101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,98,107); }

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

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

 a { background-color: rgb(141,98,107); }

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

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

 span { border-color: rgb(141,98,107); }

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