#8B6375

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

Shades of Mauve Taupe #8B6375

Tints of Mauve Taupe #8B6375

Color information

#8B6375 (or 0x8B6375) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 63 and 75. RGB value is (139,99,117). Sum of RGB (Red+Green+Blue) = 139+99+117=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6375 is #749C8A. Grayscale: #707070. Windows color (decimal): -7642251 or 7693195. OLE color: 7693195.

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

Color convert

RGB13999117-
CMYK00.290.160.45
HSL333º16.81%46.67%-
HSV(B)333º28.78%54.51%-
XYZ18.3215.718.89-
YUV113.01130.25146.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=39.15%
G=27.89%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399911700.290.160.4533316.8146.67
Hex8B637501D102D14d112f
Octal21314316503520555152157
Binary10001011110001111101010111011000010110110100110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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