#8B656D

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

Shades of Mauve Taupe #8B656D

Tints of Mauve Taupe #8B656D

Color information

#8B656D (or 0x8B656D) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 65 and 6D. RGB value is (139,101,109). Sum of RGB (Red+Green+Blue) = 139+101+109=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656D is #749A92. Grayscale: #717171. Windows color (decimal): -7641747 or 7169419. OLE color: 7169419.

HSL color Cylindrical-coordinate representation of color #8B656D: hue angle of 347.37º degrees, saturation: 0.16, 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 #8B656D is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB139101109-
CMYK00.270.220.45
HSL347.37º15.83%47.06%-
HSV(B)347.37º27.34%54.51%-
XYZ18.0615.916.59-
YUV113.27125.59146.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=39.83%
G=28.94%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910110900.270.220.45347.3715.8347.06
Hex8B656D01B162D15b102f
Octal21314515503326555332057
Binary10001011110010111011010110111011010110110101101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,109); }

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

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

 a { background-color: rgb(139,101,109); }

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

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

 span { border-color: rgb(139,101,109); }

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