#8C6676

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

Shades of Mauve Taupe #8C6676

Tints of Mauve Taupe #8C6676

Color information

#8C6676 (or 0x8C6676) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 66 and 76. RGB value is (140,102,118). Sum of RGB (Red+Green+Blue) = 140+102+118=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6676 is #739989. Grayscale: #737373. Windows color (decimal): -7575946 or 7759500. OLE color: 7759500.

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

Color convert

RGB140102118-
CMYK00.270.160.45
HSL334.74º15.7%47.45%-
HSV(B)334.74º27.14%54.9%-
XYZ18.8416.3919.31-
YUV115.19129.59145.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=38.89%
G=28.33%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010211800.270.160.45334.7415.747.45
Hex8C667601B102D14f102f
Octal21414616603320555172057
Binary10001100110011011101100110111000010110110100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,118); }

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

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

 a { background-color: rgb(140,102,118); }

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

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

 span { border-color: rgb(140,102,118); }

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