COLOR #6F6D4D

HEX: #6F6D4D RGB: (111,109,77)

Color info

#6F6D4D contains red, green and blue colors in about the same proportion. Web safe color of #6F6D4D is #666633 (or #663).

RGB color model

#6F6D4D color RGB value is (111,109,77).

RGB: (111,109,77) (44%, 43%, 30%)

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 77 of 255 = 30%

111
109
77

R + G + B ~ 39%. #6F6D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 109 + 77 = 297 (100%)
R 111 of 297 ~ 37.37%
G 109 of 297 ~ 36.7%
B 77 of 297 ~ 25.93'%

%37.37
%36.7
%25.93

CMYK color model

#6F6D4D color CMYK value is (0,2,31,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 30.63%
  • key color value is 56.47%

CMYK: (0,2,31,56)
C0M2Y31K56 (0%, 2%, 31%, 56%)
(0.00 / 0.02 / 0.31 / 0.56)

CMYK percentages

%0
%1.8
%30.63
%56.47

Codes

Color #6F6D4D in popluar color models

6F 6D 4D
RGB 111 109 77
HSL 56° 18.09% 36.86%
HSB/HSV 56° 30.63% 43.53%
CMYK 0.00% 1.80% 30.63%
56.47%

Color #6F6D4D in popluar number systems.

HEX 6F 6D 4D
Decimal 111 109 77
Binary 1101111 1101101 1001101
Octal 157 155 115

Shades and tints

Shades of #6F6D4D

#6F6D4D
(111,109,77)
#656446
(101,100,70)
#5B5B3F
(91,91,63)
#515238
(81,82,56)
#474931
(71,73,49)
#3D402A
(61,64,42)
#333723
(51,55,35)
#292E1C
(41,46,28)
#1F2515
(31,37,21)
#151C0E
(21,28,14)
#0B1307
(11,19,7)
#000000
(0,0,0)

Tints of #6F6D4D

#6F6D4D
(111,109,77)
#7C7A5D
(124,122,93)
#89876D
(137,135,109)
#96947D
(150,148,125)
#A3A18D
(163,161,141)
#B0AE9D
(176,174,157)
#BDBBAD
(189,187,173)
#CAC8BD
(202,200,189)
#D7D5CD
(215,213,205)
#E4E2DD
(228,226,221)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6D4D color. Also use rgb(111,109,77) instead hex code.

Text Font Color

.myTextColor { color: #6F6D4D; }

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

This text font color is #6F6D4D.

Background Color

.myBgColor { background-color: #6F6D4D; }

<div style="background-color:#6F6D4D">Inner text</div>

This div background color is #6F6D4D.

Border color

.myBorderColor { border: 1px solid #6F6D4D; }

<div style="border:3px solid #6F6D4D">Div</div>

This div border color is #6F6D4D.

Opacity

.myOpacity80 { color: #6F6D4D; opacity: 0.8; }

<p style="color:#6F6D4D;opacity:0.8;">80%</p>

Text with #6F6D4D 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 #6F6D4D;}

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

This text has shadow with #6F6D4D color.


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

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

This text has shadow with #6F6D4D primary color and red secondary color.


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

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

This text has shadow with #6F6D4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6F6D4D.

Preview

Color preview on black background

This text has color #6F6D4D on black background.


Color preview on white background

This text has color #6F6D4D on white background.


Black color preview on #6F6D4D background

This text has black color on #6F6D4D background.


White color preview on #6F6D4D background

This text has white color on #6F6D4D background.


Related colors

Complementary color

Complementary color for #hex is #9092B2.


I love getcolorcode.com

Triadic colors

1 #4D6F6D and #6D4D6F with #6F6D4D are triadic colors.

2 #4D6D6F and #6D6F4D with #6F6D4D are triadic colors.