#8B6975

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

Shades of Mauve Taupe #8B6975

Tints of Mauve Taupe #8B6975

Color information

#8B6975 (or 0x8B6975) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 69 and 75. RGB value is (139,105,117). Sum of RGB (Red+Green+Blue) = 139+105+117=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6975 is #74968A. Grayscale: #747474. Windows color (decimal): -7640715 or 7694731. OLE color: 7694731.

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

Color convert

RGB139105117-
CMYK00.240.160.45
HSL338.82º13.93%47.84%-
HSV(B)338.82º24.46%54.51%-
XYZ18.9116.8819.09-
YUV116.53128.26144.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 117 (46.09% from 255) = 32.41%
R=38.50%
G=29.09%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910511700.240.160.45338.8213.9347.84
Hex8B6975018102D153e30
Octal21315116503020555231660
Binary1000101111010011110101011000100001011011010100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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