#8D6667

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

Shades of Mauve Taupe #8D6667

Tints of Mauve Taupe #8D6667

Color information

#8D6667 (or 0x8D6667) is unknown color: approx Mauve Taupe. HEX triplet: 8D, 66 and 67. RGB value is (141,102,103). Sum of RGB (Red+Green+Blue) = 141+102+103=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6667 is #729998. Grayscale: #717171. Windows color (decimal): -7510425 or 6776461. OLE color: 6776461.

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

Color convert

RGB141102103-
CMYK00.280.270.45
HSL358.46º16.05%47.65%-
HSV(B)358.46º27.66%55.29%-
XYZ18.1816.1414.99-
YUV113.78121.92147.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.75%
GREEN value IS 102 (40.23% from 255) = 29.48%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=40.75%
G=29.48%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110210300.280.270.45358.4616.0547.65
Hex8D666701C1B2D1661030
Octal21514614703433555462060
Binary10001101110011011001110111001101110110110110011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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