#8D6364

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

Shades of Mauve Taupe #8D6364

Tints of Mauve Taupe #8D6364

Color information

#8D6364 (or 0x8D6364) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 63 and 64. RGB value is (141,99,100). Sum of RGB (Red+Green+Blue) = 141+99+100=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6364 is #729C9B. Grayscale: #6F6F6F. Windows color (decimal): -7511196 or 6579085. OLE color: 6579085.

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

Color convert

RGB14199100-
CMYK00.300.290.45
HSL358.57º17.5%47.06%-
HSV(B)358.57º29.79%55.29%-
XYZ17.7515.5114.11-
YUV111.67121.41148.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 100 (39.45% from 255) = 29.41%
R=41.47%
G=29.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419910000.300.290.45358.5717.547.06
Hex8D636401E1D2D167122f
Octal21514314403635555472257
Binary10001101110001111001000111101110110110110110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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