COLOR #8C6E69

HEX: #8C6E69 RGB: (140,110,105)

Color info

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

RGB color model

#8C6E69 color RGB value is (140,110,105).

RGB: (140,110,105) (55%, 43%, 41%)

RGB channels and saturation

R 140 of 255 = 55%
G 110 of 255 = 43%
B 105 of 255 = 41%

140
110
105

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

Portions of RGB colors in percentages

R + G + B = 140 + 110 + 105 = 355 (100%)
R 140 of 355 ~ 39.44%
G 110 of 355 ~ 30.99%
B 105 of 355 ~ 29.58'%

%39.44
%30.99
%29.58

CMYK color model

#8C6E69 color CMYK value is (0,21,25,45).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 25.00%
  • key color value is 45.10%
CMYK: (0,21,25,45) C0M21Y25K45 (0%,21%,25%,45%) (0.00/0.21/0.25/0.45) 

CMYK percentages

%0
%21.43
%25
%45.1

Codes

Color #8C6E69 in popluar color models

8C 6E 69
RGB 140 110 105
HSL 14.29% 48.04%
HSB/HSV 25.00% 54.90%
CMYK 0.00% 21.43% 25.00%
45.10%

Color #8C6E69 in popluar number systems.

HEX 8C 6E 69
Decimal 140 110 105
Binary 10001100 1101110 1101001
Octal 214 156 151

Shades and tints

Shades of #8C6E69

#8C6E69
(140,110,105)
#806460
(128,100,96)
#745A57
(116,90,87)
#68504E
(104,80,78)
#5C4645
(92,70,69)
#503C3C
(80,60,60)
#443233
(68,50,51)
#38282A
(56,40,42)
#2C1E21
(44,30,33)
#201418
(32,20,24)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #8C6E69

#8C6E69
(140,110,105)
#967B76
(150,123,118)
#A08883
(160,136,131)
#AA9590
(170,149,144)
#B4A29D
(180,162,157)
#BEAFAA
(190,175,170)
#C8BCB7
(200,188,183)
#D2C9C4
(210,201,196)
#DCD6D1
(220,214,209)
#E6E3DE
(230,227,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6E69 color. Also use rgb(140,110,105) instead hex code.

Text Font Color

.myTextColor { color: #8C6E69; }

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

This text font color is #8C6E69.

Background Color

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

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

This div background color is #8C6E69.

Border color

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

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

This div border color is #8C6E69.

Opacity

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

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

Text with #8C6E69 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 #8C6E69;}

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

This text has shadow with #8C6E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C6E69.

Preview

Color preview on black background

This text has color #8C6E69 on black background.


Color preview on white background

This text has color #8C6E69 on white background.


Black color preview on #8C6E69 background

This text has black color on #8C6E69 background.


White color preview on #8C6E69 background

This text has white color on #8C6E69 background.


Related colors

Complementary color

Complementary color for #hex is #739196.


I love getcolorcode.com

Triadic colors

1 #698C6E and #6E698C with #8C6E69 are triadic colors.

2 #696E8C and #6E8C69 with #8C6E69 are triadic colors.