COLOR #8C6861

HEX: #8C6861
RGB: (140,104,97)

Color info

#8C6861 contains red, green and blue colors in about the same proportion. Web safe color of #8C6861 is #996666 (or #966).

RGB color model

#8C6861 color RGB value is (140,104,97).

  • red value is 140;
  • green value is 104;
  • blue value is 97.
RGB:
(140,104,97)
(55%,41%,38%)

RGB channels and saturation

R 140 of 255 = 55%
G 104 of 255 = 41%
B 97 of 255 = 38%

140
104
97

R + G + B ~ 45%. #8C6861 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 104 + 97 = 341 (100%)
R 140 of 341 ~ 41.06%
G 104 of 341 ~ 30.5%
B 97 of 341 ~ 28.45%

%41.06
%30.5
%28.45

CMYK color model

#8C6861 color CMYK value is (0,26,31,45).

  • cyan value is 0.00%
  • magenta value is 25.71%
  • yellow value is 30.71%
  • key color value is 45.10%
CMYK:
(0,26,31,45)
C0M26Y31K45 
(0%,26%,31%,45%)
(0.00/0.26/0.31/0.45)	

CMYK percentages

%0
%25.71
%30.71
%45.1

Codes

Color #8C6861 in popluar color models

8C6861
RGB14010497
HSL10°18.14%46.47%
HSB/HSV10°30.71%54.90%
CMYK0.00%25.71%30.71%
45.10%

Color #8C6861 in popluar number systems.

HEX8C6861
Decimal14010497
Binary1000110011010001100001
Octal214150141

Shades and tints

Shades of #8C6861

#8C6861
(140,104,97)
#805F59
(128,95,89)
#745651
(116,86,81)
#684D49
(104,77,73)
#5C4441
(92,68,65)
#503B39
(80,59,57)
#443231
(68,50,49)
#382929
(56,41,41)
#2C2021
(44,32,33)
#201719
(32,23,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #8C6861

#8C6861
(140,104,97)
#96756F
(150,117,111)
#A0827D
(160,130,125)
#AA8F8B
(170,143,139)
#B49C99
(180,156,153)
#BEA9A7
(190,169,167)
#C8B6B5
(200,182,181)
#D2C3C3
(210,195,195)
#DCD0D1
(220,208,209)
#E6DDDF
(230,221,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6861 color. Also use rgb(140,104,97) instead hex code.

Text Font Color

.myTextColor { color: #8C6861; }

<p style="color:#8C6861">This sample text font color is #8C6861.</p>

This text font color is #8C6861.


Background Color

.myBgColor { background-color: #8C6861; }

<div style="background-color:#8C6861">Inner text</div>

This div background color is #8C6861.


Border color

.myBorderColor { border: 1px solid #8C6861; }

<div style="border:3px solid #8C6861">Div</div>

This div border color is #8C6861.


Opacity

.myOpacity80 { color: #8C6861; opacity: 0.8; }

<p style="color:#8C6861;opacity:0.8;">80%</p>

Text with #8C6861 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #8C6861;}

<p style="text-shadow: 3px 3px 1px #8C6861">Text here.</p>

This text has shadow with #8C6861 color.

.textShadow {text-shadow: 3px 3px 1px #8C6861, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8C6861, 5px 5px 20px red">Text here.</p>

This text has shadow with #8C6861 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8C6861, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8C6861, Direction=45, Strength=4)">Text</p>

This text has shadow with #8C6861 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #8C6861;
  -webkit-box-shadow:	1px 1px 3px 2px #8C6861;
  box-shadow:		1px 1px 3px 2px #8C6861;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8C6861;
-webkit-box-shadow: 1px 1px 3px 2px #8C6861;
box-shadow:1px 1px 3px 2px #8C6861;">
Div content here</div>
This div box has shadow with color #8C6861.

Preview

Color preview on black background

This text has color #8C6861 on black background.


Color preview on white background

This text has color #8C6861 on white background.



Black color preview on #8C6861 background

This text has black color on #8C6861 background.


White color preview on #8C6861 background

This text has white color on #8C6861 background.