#8D6067

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

Shades of Mauve Taupe #8D6067

Tints of Mauve Taupe #8D6067

Color information

#8D6067 (or 0x8D6067) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 60 and 67. RGB value is (141,96,103). Sum of RGB (Red+Green+Blue) = 141+96+103=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6067 is #729F98. Grayscale: #6E6E6E. Windows color (decimal): -7511961 or 6774925. OLE color: 6774925.

HSL color Cylindrical-coordinate representation of color #8D6067: hue angle of 350.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D6067 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB14196103-
CMYK00.320.270.45
HSL350.67º18.99%46.47%-
HSV(B)350.67º31.91%55.29%-
XYZ17.6215.0114.8-
YUV110.25123.91149.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=41.47%
G=28.24%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1419610300.320.270.45350.6718.9946.47
Hex8D60670201B2D15f132e
Octal21514014704033555372356
Binary100011011100000110011101000001101110110110101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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