#8B656E

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

Shades of Mauve Taupe #8B656E

Tints of Mauve Taupe #8B656E

Color information

#8B656E (or 0x8B656E) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 65 and 6E. RGB value is (139,101,110). Sum of RGB (Red+Green+Blue) = 139+101+110=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656E is #749A91. Grayscale: #717171. Windows color (decimal): -7641746 or 7234955. OLE color: 7234955.

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

Color convert

RGB139101110-
CMYK00.270.210.45
HSL345.79º15.83%47.06%-
HSV(B)345.79º27.34%54.51%-
XYZ18.1215.9216.87-
YUV113.39126.09146.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=39.71%
G=28.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910111000.270.210.45345.7915.8347.06
Hex8B656E01B152D15a102f
Octal21314515603325555322057
Binary10001011110010111011100110111010110110110101101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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