#8C6063

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

Shades of Mauve Taupe #8C6063

Tints of Mauve Taupe #8C6063

Color information

#8C6063 (or 0x8C6063) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 60 and 63. RGB value is (140,96,99). Sum of RGB (Red+Green+Blue) = 140+96+99=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6063 is #739F9C. Grayscale: #6D6D6D. Windows color (decimal): -7577501 or 6512780. OLE color: 6512780.

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

Color convert

RGB1409699-
CMYK00.310.290.45
HSL355.91º18.64%46.27%-
HSV(B)355.91º31.43%54.9%-
XYZ17.2514.8413.76-
YUV109.5122.08149.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.79%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=41.79%
G=28.66%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140969900.310.290.45355.9118.6446.27
Hex8C606301F1D2D164132e
Octal21414014303735555442356
Binary10001100110000011000110111111110110110110110010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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