#8B6671

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

Shades of Mauve Taupe #8B6671

Tints of Mauve Taupe #8B6671

Color information

#8B6671 (or 0x8B6671) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 66 and 71. RGB value is (139,102,113). Sum of RGB (Red+Green+Blue) = 139+102+113=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6671 is #74998E. Grayscale: #727272. Windows color (decimal): -7641487 or 7431819. OLE color: 7431819.

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

Color convert

RGB139102113-
CMYK00.270.190.45
HSL342.16º15.35%47.25%-
HSV(B)342.16º26.62%54.51%-
XYZ18.3816.1817.78-
YUV114.32127.26145.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 102 (40.23% from 255) = 28.81%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=39.27%
G=28.81%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910211300.270.190.45342.1615.3547.25
Hex8B667101B132D156f2f
Octal21314616103323555261757
Binary1000101111001101110001011011100111011011010101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,113); }

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

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

 a { background-color: rgb(139,102,113); }

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

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

 span { border-color: rgb(139,102,113); }

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