#8C676F

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

Shades of Mauve Taupe #8C676F

Tints of Mauve Taupe #8C676F

Color information

#8C676F (or 0x8C676F) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 67 and 6F. RGB value is (140,103,111). Sum of RGB (Red+Green+Blue) = 140+103+111=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C676F is #739890. Grayscale: #727272. Windows color (decimal): -7575697 or 7301004. OLE color: 7301004.

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

Color convert

RGB140103111-
CMYK00.260.210.45
HSL347.03º15.23%47.65%-
HSV(B)347.03º26.43%54.9%-
XYZ18.5316.4217.23-
YUV114.98125.76145.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.55%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=39.55%
G=29.10%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14010311100.260.210.45347.0315.2347.65
Hex8C676F01A152D15bf30
Octal21414715703225555331760
Binary1000110011001111101111011010101011011011010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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