#8C6A6F

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

Shades of Mauve Taupe #8C6A6F

Tints of Mauve Taupe #8C6A6F

Color information

#8C6A6F (or 0x8C6A6F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 6A and 6F. RGB value is (140,106,111). Sum of RGB (Red+Green+Blue) = 140+106+111=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6A6F is #739590. Grayscale: #747474. Windows color (decimal): -7574929 or 7301772. OLE color: 7301772.

HSL color Cylindrical-coordinate representation of color #8C6A6F: hue angle of 351.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6A6F is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140106111-
CMYK00.240.210.45
HSL351.18º13.82%48.24%-
HSV(B)351.18º24.29%54.9%-
XYZ18.8417.0317.33-
YUV116.74124.76144.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 111 (43.75% from 255) = 31.09%
R=39.22%
G=29.69%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010611100.240.210.45351.1813.8248.24
Hex8C6A6F018152D15fe30
Octal21415215703025555371660
Binary1000110011010101101111011000101011011011010111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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