#8B6C75

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

Shades of Mauve Taupe #8B6C75

Tints of Mauve Taupe #8B6C75

Color information

#8B6C75 (or 0x8B6C75) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 6C and 75. RGB value is (139,108,117). Sum of RGB (Red+Green+Blue) = 139+108+117=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C75 is #74938A. Grayscale: #767676. Windows color (decimal): -7639947 or 7695499. OLE color: 7695499.

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

Color convert

RGB139108117-
CMYK00.220.160.45
HSL342.58º12.55%48.43%-
HSV(B)342.58º22.3%54.51%-
XYZ19.2217.519.19-
YUV118.29127.27142.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 117 (46.09% from 255) = 32.14%
R=38.19%
G=29.67%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910811700.220.160.45342.5812.5548.43
Hex8B6C75016102D157d30
Octal21315416502620555271560
Binary1000101111011001110101010110100001011011010101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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