#8B646F

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

Shades of Mauve Taupe #8B646F

Tints of Mauve Taupe #8B646F

Color information

#8B646F (or 0x8B646F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 64 and 6F. RGB value is (139,100,111). Sum of RGB (Red+Green+Blue) = 139+100+111=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B646F is #749B90. Grayscale: #707070. Windows color (decimal): -7642001 or 7300235. OLE color: 7300235.

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

Color convert

RGB139100111-
CMYK00.280.200.45
HSL343.08º16.32%46.86%-
HSV(B)343.08º28.06%54.51%-
XYZ18.0715.7517.13-
YUV112.92126.92146.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=39.71%
G=28.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910011100.280.200.45343.0816.3246.86
Hex8B646F01C142D157102f
Octal21314415703424555272057
Binary10001011110010011011110111001010010110110101011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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