#8D6367

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

Shades of Mauve Taupe #8D6367

Tints of Mauve Taupe #8D6367

Color information

#8D6367 (or 0x8D6367) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 63 and 67. RGB value is (141,99,103). Sum of RGB (Red+Green+Blue) = 141+99+103=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6367 is #729C98. Grayscale: #707070. Windows color (decimal): -7511193 or 6775693. OLE color: 6775693.

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

Color convert

RGB14199103-
CMYK00.300.270.45
HSL354.29º17.5%47.06%-
HSV(B)354.29º29.79%55.29%-
XYZ17.8915.5714.89-
YUV112.01122.91148.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 99 (39.06% from 255) = 28.86%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=41.11%
G=28.86%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419910300.300.270.45354.2917.547.06
Hex8D636701E1B2D162122f
Octal21514314703633555422257
Binary10001101110001111001110111101101110110110110001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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