#8B6575

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

Shades of Mauve Taupe #8B6575

Tints of Mauve Taupe #8B6575

Color information

#8B6575 (or 0x8B6575) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 65 and 75. RGB value is (139,101,117). Sum of RGB (Red+Green+Blue) = 139+101+117=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6575 is #749A8A. Grayscale: #727272. Windows color (decimal): -7641739 or 7693707. OLE color: 7693707.

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

Color convert

RGB139101117-
CMYK00.270.160.45
HSL334.74º15.83%47.06%-
HSV(B)334.74º27.34%54.51%-
XYZ18.5116.0818.96-
YUV114.19129.59145.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 101 (39.84% from 255) = 28.29%
BLUE value IS 117 (46.09% from 255) = 32.77%
R=38.94%
G=28.29%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910111700.270.160.45334.7415.8347.06
Hex8B657501B102D14f102f
Octal21314516503320555172057
Binary10001011110010111101010110111000010110110100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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