#8C6465

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

Shades of Mauve Taupe #8C6465

Tints of Mauve Taupe #8C6465

Color information

#8C6465 (or 0x8C6465) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 64 and 65. RGB value is (140,100,101). Sum of RGB (Red+Green+Blue) = 140+100+101=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6465 is #739B9A. Grayscale: #707070. Windows color (decimal): -7576475 or 6644876. OLE color: 6644876.

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

Color convert

RGB140100101-
CMYK00.290.280.45
HSL358.5º16.67%47.06%-
HSV(B)358.5º28.57%54.9%-
XYZ17.7215.6314.39-
YUV112.07121.75147.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.06%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=41.06%
G=29.33%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010010100.290.280.45358.516.6747.06
Hex8C646501D1C2D166112f
Octal21414414503534555462157
Binary10001100110010011001010111011110010110110110011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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