#8B5C6F

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

Shades of Mauve Taupe #8B5C6F

Tints of Mauve Taupe #8B5C6F

Color information

#8B5C6F (or 0x8B5C6F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 5C and 6F. RGB value is (139,92,111). Sum of RGB (Red+Green+Blue) = 139+92+111=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5C6F is #74A390. Grayscale: #6C6C6C. Windows color (decimal): -7644049 or 7298187. OLE color: 7298187.

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

Color convert

RGB13992111-
CMYK00.340.200.45
HSL335.74º20.35%45.29%-
HSV(B)335.74º33.81%54.51%-
XYZ17.3414.2916.88-
YUV108.22129.57149.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=40.64%
G=26.90%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399211100.340.200.45335.7420.3545.29
Hex8B5C6F022142D150142d
Octal21313415704224555202455
Binary100010111011100110111101000101010010110110101000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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