#8B626C

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

Shades of Mauve Taupe #8B626C

Tints of Mauve Taupe #8B626C

Color information

#8B626C (or 0x8B626C) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 62 and 6C. RGB value is (139,98,108). Sum of RGB (Red+Green+Blue) = 139+98+108=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B626C is #749D93. Grayscale: #6F6F6F. Windows color (decimal): -7642516 or 7103115. OLE color: 7103115.

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

Color convert

RGB13998108-
CMYK00.290.220.45
HSL345.37º17.3%46.47%-
HSV(B)345.37º29.5%54.51%-
XYZ17.7215.3116.21-
YUV111.4126.08147.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=40.29%
G=28.41%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399810800.290.220.45345.3717.346.47
Hex8B626C01D162D159112e
Octal21314215403526555312156
Binary10001011110001011011000111011011010110110101100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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