#8C666D

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

Shades of Mauve Taupe #8C666D

Tints of Mauve Taupe #8C666D

Color information

#8C666D (or 0x8C666D) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 66 and 6D. RGB value is (140,102,109). Sum of RGB (Red+Green+Blue) = 140+102+109=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C666D is #739992. Grayscale: #727272. Windows color (decimal): -7575955 or 7169676. OLE color: 7169676.

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

Color convert

RGB140102109-
CMYK00.270.220.45
HSL348.95º15.7%47.45%-
HSV(B)348.95º27.14%54.9%-
XYZ18.3316.1816.63-
YUV114.16125.09146.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=39.89%
G=29.06%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010210900.270.220.45348.9515.747.45
Hex8C666D01B162D15d102f
Octal21414615503326555352057
Binary10001100110011011011010110111011010110110101110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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