#8B5C6C

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

Shades of Mauve Taupe #8B5C6C

Tints of Mauve Taupe #8B5C6C

Color information

#8B5C6C (or 0x8B5C6C) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5C and 6C. RGB value is (139,92,108). Sum of RGB (Red+Green+Blue) = 139+92+108=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C6C is #74A393. Grayscale: #6B6B6B. Windows color (decimal): -7644052 or 7101579. OLE color: 7101579.

HSL color Cylindrical-coordinate representation of color #8B5C6C: hue angle of 339.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B5C6C is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13992108-
CMYK00.340.220.45
HSL339.57º20.35%45.29%-
HSV(B)339.57º33.81%54.51%-
XYZ17.1814.2316.03-
YUV107.88128.07150.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=41.00%
G=27.14%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399210800.340.220.45339.5720.3545.29
Hex8B5C6C022162D154142d
Octal21313415404226555242455
Binary100010111011100110110001000101011010110110101010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,92,108); }

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

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

 a { background-color: rgb(139,92,108); }

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

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

 span { border-color: rgb(139,92,108); }

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