#8B636A

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

Shades of Mauve Taupe #8B636A

Tints of Mauve Taupe #8B636A

Color information

#8B636A (or 0x8B636A) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 63 and 6A. RGB value is (139,99,106). Sum of RGB (Red+Green+Blue) = 139+99+106=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B636A is #749C95. Grayscale: #6F6F6F. Windows color (decimal): -7642262 or 6972299. OLE color: 6972299.

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

Color convert

RGB13999106-
CMYK00.290.240.45
HSL349.5º16.81%46.67%-
HSV(B)349.5º28.78%54.51%-
XYZ17.7115.4515.68-
YUV111.76124.75147.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=40.41%
G=28.78%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399910600.290.240.45349.516.8146.67
Hex8B636A01D182D15e112f
Octal21314315203530555362157
Binary10001011110001111010100111011100010110110101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,99,106); }

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

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

 a { background-color: rgb(139,99,106); }

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

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

 span { border-color: rgb(139,99,106); }

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