#8B606E

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

Shades of Mauve Taupe #8B606E

Tints of Mauve Taupe #8B606E

Color information

#8B606E (or 0x8B606E) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 60 and 6E. RGB value is (139,96,110). Sum of RGB (Red+Green+Blue) = 139+96+110=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B606E is #749F91. Grayscale: #6E6E6E. Windows color (decimal): -7643026 or 7233675. OLE color: 7233675.

HSL color Cylindrical-coordinate representation of color #8B606E: hue angle of 340.47º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B606E is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13996110-
CMYK00.310.210.45
HSL340.47º18.3%46.08%-
HSV(B)340.47º30.94%54.51%-
XYZ17.6414.9816.71-
YUV110.45127.75148.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=40.29%
G=27.83%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399611000.310.210.45340.4718.346.08
Hex8B606E01F152D154122e
Octal21314015603725555242256
Binary10001011110000011011100111111010110110110101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,110); }

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

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

 a { background-color: rgb(139,96,110); }

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

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

 span { border-color: rgb(139,96,110); }

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