#8C636A

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

Shades of Mauve Taupe #8C636A

Tints of Mauve Taupe #8C636A

Color information

#8C636A (or 0x8C636A) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 6A. RGB value is (140,99,106). Sum of RGB (Red+Green+Blue) = 140+99+106=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C636A is #739C95. Grayscale: #707070. Windows color (decimal): -7576726 or 6972300. OLE color: 6972300.

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

Color convert

RGB14099106-
CMYK00.290.240.45
HSL349.76º17.15%46.86%-
HSV(B)349.76º29.29%54.9%-
XYZ17.8815.5415.69-
YUV112.06124.58147.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.58%
GREEN value IS 99 (39.06% from 255) = 28.70%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=40.58%
G=28.70%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409910600.290.240.45349.7617.1546.86
Hex8C636A01D182D15e112f
Octal21414315203530555362157
Binary10001100110001111010100111011100010110110101111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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