#8B6475

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

Shades of Mauve Taupe #8B6475

Tints of Mauve Taupe #8B6475

Color information

#8B6475 (or 0x8B6475) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 64 and 75. RGB value is (139,100,117). Sum of RGB (Red+Green+Blue) = 139+100+117=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6475 is #749B8A. Grayscale: #717171. Windows color (decimal): -7641995 or 7693451. OLE color: 7693451.

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

Color convert

RGB139100117-
CMYK00.280.160.45
HSL333.85º16.32%46.86%-
HSV(B)333.85º28.06%54.51%-
XYZ18.4215.8918.93-
YUV113.6129.92146.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=39.04%
G=28.09%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910011700.280.160.45333.8516.3246.86
Hex8B647501C102D14e102f
Octal21314416503420555162057
Binary10001011110010011101010111001000010110110100111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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