#8B6370

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

Shades of Mauve Taupe #8B6370

Tints of Mauve Taupe #8B6370

Color information

#8B6370 (or 0x8B6370) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 63 and 70. RGB value is (139,99,112). Sum of RGB (Red+Green+Blue) = 139+99+112=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6370 is #749C8F. Grayscale: #707070. Windows color (decimal): -7642256 or 7365515. OLE color: 7365515.

HSL color Cylindrical-coordinate representation of color #8B6370: hue angle of 340.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 #8B6370 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB13999112-
CMYK00.290.190.45
HSL340.5º16.81%46.67%-
HSV(B)340.5º28.78%54.51%-
XYZ18.0315.5817.39-
YUV112.44127.75146.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 99 (39.06% from 255) = 28.29%
BLUE value IS 112 (44.14% from 255) = 32%
R=39.71%
G=28.29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399911200.290.190.45340.516.8146.67
Hex8B637001D132D154112f
Octal21314316003523555242157
Binary10001011110001111100000111011001110110110101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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