#8B5C6D

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

Shades of Mauve Taupe #8B5C6D

Tints of Mauve Taupe #8B5C6D

Color information

#8B5C6D (or 0x8B5C6D) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5C and 6D. RGB value is (139,92,109). Sum of RGB (Red+Green+Blue) = 139+92+109=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C6D is #74A392. Grayscale: #6B6B6B. Windows color (decimal): -7644051 or 7167115. OLE color: 7167115.

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

Color convert

RGB13992109-
CMYK00.340.220.45
HSL338.3º20.35%45.29%-
HSV(B)338.3º33.81%54.51%-
XYZ17.2314.2516.31-
YUV107.99128.57150.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=40.88%
G=27.06%
B=32.06%

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
Decimal1399210900.340.220.45338.320.3545.29
Hex8B5C6D022162D152142d
Octal21313415504226555222455
Binary100010111011100110110101000101011010110110101001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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