COLOR #8F695D

HEX: #8F695D RGB: (143,105,93)

Color info

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

RGB color model

#8F695D color RGB value is (143,105,93).

RGB: (143,105,93) (56%, 41%, 36%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 93 of 255 = 36%

143
105
93

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

Portions of RGB colors in percentages

R + G + B = 143 + 105 + 93 = 341 (100%)
R 143 of 341 ~ 41.94%
G 105 of 341 ~ 30.79%
B 93 of 341 ~ 27.27'%

%41.94
%30.79
%27.27

CMYK color model

#8F695D color CMYK value is (0,27,35,44).

  • cyan value is 0.00%
  • magenta value is 26.57%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK: (0,27,35,44) C0M27Y35K44 (0%,27%,35%,44%) (0.00/0.27/0.35/0.44) 

CMYK percentages

%0
%26.57
%34.97
%43.92

Codes

Color #8F695D in popluar color models

8F 69 5D
RGB 143 105 93
HSL 14° 21.19% 46.27%
HSB/HSV 14° 34.97% 56.08%
CMYK 0.00% 26.57% 34.97%
43.92%

Color #8F695D in popluar number systems.

HEX 8F 69 5D
Decimal 143 105 93
Binary 10001111 1101001 1011101
Octal 217 151 135

Shades and tints

Shades of #8F695D

#8F695D
(143,105,93)
#826055
(130,96,85)
#75574D
(117,87,77)
#684E45
(104,78,69)
#5B453D
(91,69,61)
#4E3C35
(78,60,53)
#41332D
(65,51,45)
#342A25
(52,42,37)
#27211D
(39,33,29)
#1A1815
(26,24,21)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #8F695D

#8F695D
(143,105,93)
#99766B
(153,118,107)
#A38379
(163,131,121)
#AD9087
(173,144,135)
#B79D95
(183,157,149)
#C1AAA3
(193,170,163)
#CBB7B1
(203,183,177)
#D5C4BF
(213,196,191)
#DFD1CD
(223,209,205)
#E9DEDB
(233,222,219)
#F3EBE9
(243,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F695D color. Also use rgb(143,105,93) instead hex code.

Text Font Color

.myTextColor { color: #8F695D; }

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

This text font color is #8F695D.

Background Color

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

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

This div background color is #8F695D.

Border color

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

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

This div border color is #8F695D.

Opacity

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

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

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

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

This text has shadow with #8F695D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F695D.

Preview

Color preview on black background

This text has color #8F695D on black background.


Color preview on white background

This text has color #8F695D on white background.


Black color preview on #8F695D background

This text has black color on #8F695D background.


White color preview on #8F695D background

This text has white color on #8F695D background.


Related colors

Complementary color

Complementary color for #hex is #7096A2.


I love getcolorcode.com

Triadic colors

1 #5D8F69 and #695D8F with #8F695D are triadic colors.

2 #5D698F and #698F5D with #8F695D are triadic colors.