#8B646D

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

Shades of Mauve Taupe #8B646D

Tints of Mauve Taupe #8B646D

Color information

#8B646D (or 0x8B646D) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 64 and 6D. RGB value is (139,100,109). Sum of RGB (Red+Green+Blue) = 139+100+109=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B646D is #749B92. Grayscale: #707070. Windows color (decimal): -7642003 or 7169163. OLE color: 7169163.

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

Color convert

RGB139100109-
CMYK00.280.220.45
HSL346.15º16.32%46.86%-
HSV(B)346.15º28.06%54.51%-
XYZ17.9615.7116.55-
YUV112.69125.92146.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=39.94%
G=28.74%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910010900.280.220.45346.1516.3246.86
Hex8B646D01C162D15a102f
Octal21314415503426555322057
Binary10001011110010011011010111001011010110110101101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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