#8B616F

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

Shades of Mauve Taupe #8B616F

Tints of Mauve Taupe #8B616F

Color information

#8B616F (or 0x8B616F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 61 and 6F. RGB value is (139,97,111). Sum of RGB (Red+Green+Blue) = 139+97+111=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B616F is #749E90. Grayscale: #6F6F6F. Windows color (decimal): -7642769 or 7299467. OLE color: 7299467.

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

Color convert

RGB13997111-
CMYK00.300.200.45
HSL340º17.8%46.27%-
HSV(B)340º30.22%54.51%-
XYZ17.7915.1917.03-
YUV111.15127.91147.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 111 (43.75% from 255) = 31.99%
R=40.06%
G=27.95%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399711100.300.200.4534017.846.27
Hex8B616F01E142D154122e
Octal21314115703624555242256
Binary10001011110000111011110111101010010110110101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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