#8B606F

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

Shades of Mauve Taupe #8B606F

Tints of Mauve Taupe #8B606F

Color information

#8B606F (or 0x8B606F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 60 and 6F. RGB value is (139,96,111). Sum of RGB (Red+Green+Blue) = 139+96+111=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B606F is #749F90. Grayscale: #6E6E6E. Windows color (decimal): -7643025 or 7299211. OLE color: 7299211.

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

Color convert

RGB13996111-
CMYK00.310.200.45
HSL339.07º18.3%46.08%-
HSV(B)339.07º30.94%54.51%-
XYZ17.71517-
YUV110.57128.25148.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 96 (37.89% from 255) = 27.75%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=40.17%
G=27.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399611100.310.200.45339.0718.346.08
Hex8B606F01F142D153122e
Octal21314015703724555232256
Binary10001011110000011011110111111010010110110101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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