#8B6569

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

Shades of Mauve Taupe #8B6569

Tints of Mauve Taupe #8B6569

Color information

#8B6569 (or 0x8B6569) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 65 and 69. RGB value is (139,101,105). Sum of RGB (Red+Green+Blue) = 139+101+105=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6569 is #749A96. Grayscale: #707070. Windows color (decimal): -7641751 or 6907275. OLE color: 6907275.

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

Color convert

RGB139101105-
CMYK00.270.240.45
HSL353.68º15.83%47.06%-
HSV(B)353.68º27.34%54.51%-
XYZ17.8515.8215.48-
YUV112.82123.59146.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=40.29%
G=29.28%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910110500.270.240.45353.6815.8347.06
Hex8B656901B182D162102f
Octal21314515103330555422057
Binary10001011110010111010010110111100010110110110001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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