#8C6367

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

Shades of Mauve Taupe #8C6367

Tints of Mauve Taupe #8C6367

Color information

#8C6367 (or 0x8C6367) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 63 and 67. RGB value is (140,99,103). Sum of RGB (Red+Green+Blue) = 140+99+103=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6367 is #739C98. Grayscale: #6F6F6F. Windows color (decimal): -7576729 or 6775692. OLE color: 6775692.

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

Color convert

RGB14099103-
CMYK00.290.260.45
HSL354.15º17.15%46.86%-
HSV(B)354.15º29.29%54.9%-
XYZ17.7315.4814.89-
YUV111.72123.08148.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.94%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=40.94%
G=28.95%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409910300.290.260.45354.1517.1546.86
Hex8C636701D1A2D162112f
Octal21414314703532555422157
Binary10001100110001111001110111011101010110110110001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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