#8B6372

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

Shades of Mauve Taupe #8B6372

Tints of Mauve Taupe #8B6372

Color information

#8B6372 (or 0x8B6372) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 63 and 72. RGB value is (139,99,114). Sum of RGB (Red+Green+Blue) = 139+99+114=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6372 is #749C8D. Grayscale: #707070. Windows color (decimal): -7642254 or 7496587. OLE color: 7496587.

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

Color convert

RGB13999114-
CMYK00.290.180.45
HSL337.5º16.81%46.67%-
HSV(B)337.5º28.78%54.51%-
XYZ18.1515.6317.98-
YUV112.67128.75146.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=39.49%
G=28.12%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399911400.290.180.45337.516.8146.67
Hex8B637201D122D152112f
Octal21314316203522555222157
Binary10001011110001111100100111011001010110110101001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,114); }

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

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

 a { background-color: rgb(139,99,114); }

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

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

 span { border-color: rgb(139,99,114); }

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