#8B6566

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

Shades of Mauve Taupe #8B6566

Tints of Mauve Taupe #8B6566

Color information

#8B6566 (or 0x8B6566) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 65 and 66. RGB value is (139,101,102). Sum of RGB (Red+Green+Blue) = 139+101+102=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6566 is #749A99. Grayscale: #707070. Windows color (decimal): -7641754 or 6710667. OLE color: 6710667.

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

Color convert

RGB139101102-
CMYK00.270.270.45
HSL358.42º15.83%47.06%-
HSV(B)358.42º27.34%54.51%-
XYZ17.715.7614.68-
YUV112.48122.09146.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 102 (40.23% from 255) = 29.82%
R=40.64%
G=29.53%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910110200.270.270.45358.4215.8347.06
Hex8B656601B1B2D166102f
Octal21314514603333555462057
Binary10001011110010111001100110111101110110110110011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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