#8B616D

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

Shades of Mauve Taupe #8B616D

Tints of Mauve Taupe #8B616D

Color information

#8B616D (or 0x8B616D) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 61 and 6D. RGB value is (139,97,109). Sum of RGB (Red+Green+Blue) = 139+97+109=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B616D is #749E92. Grayscale: #6E6E6E. Windows color (decimal): -7642771 or 7168395. OLE color: 7168395.

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

Color convert

RGB13997109-
CMYK00.300.220.45
HSL342.86º17.8%46.27%-
HSV(B)342.86º30.22%54.51%-
XYZ17.6815.1416.46-
YUV110.93126.91148.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=40.29%
G=28.12%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399710900.300.220.45342.8617.846.27
Hex8B616D01E162D157122e
Octal21314115503626555272256
Binary10001011110000111011010111101011010110110101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,97,109); }

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

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

 a { background-color: rgb(139,97,109); }

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

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

 span { border-color: rgb(139,97,109); }

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