COLOR #8F6C6D

HEX: #8F6C6D RGB: (143,108,109)

Color info

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

RGB color model

#8F6C6D color RGB value is (143,108,109).

RGB: (143,108,109) (56%, 42%, 43%)

RGB channels and saturation

R 143 of 255 = 56%
G 108 of 255 = 42%
B 109 of 255 = 43%

143
108
109

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

Portions of RGB colors in percentages

R + G + B = 143 + 108 + 109 = 360 (100%)
R 143 of 360 ~ 39.72%
G 108 of 360 ~ 30%
B 109 of 360 ~ 30.28'%

%39.72
%30
%30.28

CMYK color model

#8F6C6D color CMYK value is (0,24,24,44).

  • cyan value is 0.00%
  • magenta value is 24.48%
  • yellow value is 23.78%
  • key color value is 43.92%

CMYK: (0,24,24,44)
C0M24Y24K44 (0%, 24%, 24%, 44%)
(0.00 / 0.24 / 0.24 / 0.44)

CMYK percentages

%0
%24.48
%23.78
%43.92

Codes

Color #8F6C6D in popluar color models

8F 6C 6D
RGB 143 108 109
HSL 358° 13.94% 49.22%
HSB/HSV 358° 24.48% 56.08%
CMYK 0.00% 24.48% 23.78%
43.92%

Color #8F6C6D in popluar number systems.

HEX 8F 6C 6D
Decimal 143 108 109
Binary 10001111 1101100 1101101
Octal 217 154 155

Shades and tints

Shades of #8F6C6D

#8F6C6D
(143,108,109)
#826364
(130,99,100)
#755A5B
(117,90,91)
#685152
(104,81,82)
#5B4849
(91,72,73)
#4E3F40
(78,63,64)
#413637
(65,54,55)
#342D2E
(52,45,46)
#272425
(39,36,37)
#1A1B1C
(26,27,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #8F6C6D

#8F6C6D
(143,108,109)
#99797A
(153,121,122)
#A38687
(163,134,135)
#AD9394
(173,147,148)
#B7A0A1
(183,160,161)
#C1ADAE
(193,173,174)
#CBBABB
(203,186,187)
#D5C7C8
(213,199,200)
#DFD4D5
(223,212,213)
#E9E1E2
(233,225,226)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6C6D color. Also use rgb(143,108,109) instead hex code.

Text Font Color

.myTextColor { color: #8F6C6D; }

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

This text font color is #8F6C6D.

Background Color

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

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

This div background color is #8F6C6D.

Border color

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

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

This div border color is #8F6C6D.

Opacity

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

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

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

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

This text has shadow with #8F6C6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6C6D.

Preview

Color preview on black background

This text has color #8F6C6D on black background.


Color preview on white background

This text has color #8F6C6D on white background.


Black color preview on #8F6C6D background

This text has black color on #8F6C6D background.


White color preview on #8F6C6D background

This text has white color on #8F6C6D background.


Related colors

Complementary color

Complementary color for #hex is #709392.


I love getcolorcode.com

Triadic colors

1 #6D8F6C and #6C6D8F with #8F6C6D are triadic colors.

2 #6D6C8F and #6C8F6D with #8F6C6D are triadic colors.