#8D6375

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

Shades of Mauve Taupe #8D6375

Tints of Mauve Taupe #8D6375

Color information

#8D6375 (or 0x8D6375) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 63 and 75. RGB value is (141,99,117). Sum of RGB (Red+Green+Blue) = 141+99+117=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6375 is #729C8A. Grayscale: #717171. Windows color (decimal): -7511179 or 7693197. OLE color: 7693197.

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

Color convert

RGB14199117-
CMYK00.300.170.45
HSL334.29º17.5%47.06%-
HSV(B)334.29º29.79%55.29%-
XYZ18.6615.8718.91-
YUV113.61129.91147.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.50%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=39.50%
G=27.73%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419911700.300.170.45334.2917.547.06
Hex8D637501E112D14e122f
Octal21514316503621555162257
Binary10001101110001111101010111101000110110110100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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