#8B6071

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

Shades of Mauve Taupe #8B6071

Tints of Mauve Taupe #8B6071

Color information

#8B6071 (or 0x8B6071) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 60 and 71. RGB value is (139,96,113). Sum of RGB (Red+Green+Blue) = 139+96+113=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 113 (44.53% from 255 or 32.47% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6071 is #749F8E. Grayscale: #6E6E6E. Windows color (decimal): -7643023 or 7430283. OLE color: 7430283.

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

Color convert

RGB13996113-
CMYK00.310.190.45
HSL336.28º18.3%46.08%-
HSV(B)336.28º30.94%54.51%-
XYZ17.8115.0517.59-
YUV110.8129.25148.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 113 (44.53% from 255) = 32.47%
R=39.94%
G=27.59%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399611300.310.190.45336.2818.346.08
Hex8B607101F132D150122e
Octal21314016103723555202256
Binary10001011110000011100010111111001110110110101000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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