#8B6A71

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

Shades of Mauve Taupe #8B6A71

Tints of Mauve Taupe #8B6A71

Color information

#8B6A71 (or 0x8B6A71) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 6A and 71. RGB value is (139,106,113). Sum of RGB (Red+Green+Blue) = 139+106+113=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A71 is #74958E. Grayscale: #747474. Windows color (decimal): -7640463 or 7432843. OLE color: 7432843.

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

Color convert

RGB139106113-
CMYK00.240.190.45
HSL347.27º13.47%48.04%-
HSV(B)347.27º23.74%54.51%-
XYZ18.7816.9917.91-
YUV116.66125.93143.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 106 (41.80% from 255) = 29.61%
BLUE value IS 113 (44.53% from 255) = 31.56%
R=38.83%
G=29.61%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910611300.240.190.45347.2713.4748.04
Hex8B6A71018132D15bd30
Octal21315216103023555331560
Binary1000101111010101110001011000100111011011010110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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