#8B606B

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

Shades of Mauve Taupe #8B606B

Tints of Mauve Taupe #8B606B

Color information

#8B606B (or 0x8B606B) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 60 and 6B. RGB value is (139,96,107). Sum of RGB (Red+Green+Blue) = 139+96+107=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B606B is #749F94. Grayscale: #6E6E6E. Windows color (decimal): -7643029 or 7037067. OLE color: 7037067.

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

Color convert

RGB13996107-
CMYK00.310.230.45
HSL344.65º18.3%46.08%-
HSV(B)344.65º30.94%54.51%-
XYZ17.4814.9215.87-
YUV110.11126.25148.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=40.64%
G=28.07%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399610700.310.230.45344.6518.346.08
Hex8B606B01F172D159122e
Octal21314015303727555312256
Binary10001011110000011010110111111011110110110101100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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