#8C646F

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

Shades of Mauve Taupe #8C646F

Tints of Mauve Taupe #8C646F

Color information

#8C646F (or 0x8C646F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 64 and 6F. RGB value is (140,100,111). Sum of RGB (Red+Green+Blue) = 140+100+111=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C646F is #739B90. Grayscale: #717171. Windows color (decimal): -7576465 or 7300236. OLE color: 7300236.

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

Color convert

RGB140100111-
CMYK00.290.210.45
HSL343.5º16.67%47.06%-
HSV(B)343.5º28.57%54.9%-
XYZ18.2415.8417.13-
YUV113.21126.75147.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 100 (39.45% from 255) = 28.49%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=39.89%
G=28.49%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010011100.290.210.45343.516.6747.06
Hex8C646F01D152D158112f
Octal21414415703525555302157
Binary10001100110010011011110111011010110110110101100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,100,111); }

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

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

 a { background-color: rgb(140,100,111); }

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

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

 span { border-color: rgb(140,100,111); }

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