#8C6065

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

Shades of Mauve Taupe #8C6065

Tints of Mauve Taupe #8C6065

Color information

#8C6065 (or 0x8C6065) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 60 and 65. RGB value is (140,96,101). Sum of RGB (Red+Green+Blue) = 140+96+101=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6065 is #739F9A. Grayscale: #6D6D6D. Windows color (decimal): -7577499 or 6643852. OLE color: 6643852.

HSL color Cylindrical-coordinate representation of color #8C6065: hue angle of 353.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6065 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB14096101-
CMYK00.310.280.45
HSL353.18º18.64%46.27%-
HSV(B)353.18º31.43%54.9%-
XYZ17.3514.8814.27-
YUV109.73123.08149.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=41.54%
G=28.49%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409610100.310.280.45353.1818.6446.27
Hex8C606501F1C2D161132e
Octal21414014503734555412356
Binary10001100110000011001010111111110010110110110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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