#8B616C

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

Shades of Mauve Taupe #8B616C

Tints of Mauve Taupe #8B616C

Color information

#8B616C (or 0x8B616C) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 61 and 6C. RGB value is (139,97,108). Sum of RGB (Red+Green+Blue) = 139+97+108=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B616C is #749E93. Grayscale: #6E6E6E. Windows color (decimal): -7642772 or 7102859. OLE color: 7102859.

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

Color convert

RGB13997108-
CMYK00.300.220.45
HSL344.29º17.8%46.27%-
HSV(B)344.29º30.22%54.51%-
XYZ17.6315.1216.18-
YUV110.81126.41148.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 97 (38.28% from 255) = 28.20%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=40.41%
G=28.20%
B=31.40%

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
Decimal1399710800.300.220.45344.2917.846.27
Hex8B616C01E162D158122e
Octal21314115403626555302256
Binary10001011110000111011000111101011010110110101100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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