COLOR #6F6D40

HEX: #6F6D40
RGB: (111,109,64)

Color info

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

RGB color model

#6F6D40 color RGB value is (111,109,64).

  • red value is 111;
  • green value is 109;
  • blue value is 64.
RGB:
(111,109,64)
(44%,43%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 64 of 255 = 25%

111
109
64

R + G + B ~ 37%. #6F6D40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 64 = 284 (100%)
R 111 of 284 ~ 39.08%
G 109 of 284 ~ 38.38%
B 64 of 284 ~ 22.54%

%39.08
%38.38
%22.54

CMYK color model

#6F6D40 color CMYK value is (0,2,42,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 42.34%
  • key color value is 56.47%
CMYK:
(0,2,42,56)
C0M2Y42K56 
(0%,2%,42%,56%)
(0.00/0.02/0.42/0.56)	

CMYK percentages

%0
%1.8
%42.34
%56.47

Codes

Color #6F6D40 in popluar color models

6F6D40
RGB11110964
HSL57°26.86%34.31%
HSB/HSV57°42.34%43.53%
CMYK0.00%1.80%42.34%
56.47%

Color #6F6D40 in popluar number systems.

HEX6F6D40
Decimal11110964
Binary110111111011011000000
Octal157155100

Shades and tints

Shades of #6F6D40

#6F6D40
(111,109,64)
#65643B
(101,100,59)
#5B5B36
(91,91,54)
#515231
(81,82,49)
#47492C
(71,73,44)
#3D4027
(61,64,39)
#333722
(51,55,34)
#292E1D
(41,46,29)
#1F2518
(31,37,24)
#151C13
(21,28,19)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #6F6D40

#6F6D40
(111,109,64)
#7C7A51
(124,122,81)
#898762
(137,135,98)
#969473
(150,148,115)
#A3A184
(163,161,132)
#B0AE95
(176,174,149)
#BDBBA6
(189,187,166)
#CAC8B7
(202,200,183)
#D7D5C8
(215,213,200)
#E4E2D9
(228,226,217)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D40; }

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

This text font color is #6F6D40.


Background Color

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

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

This div background color is #6F6D40.


Border color

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

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

This div border color is #6F6D40.


Opacity

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

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

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

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

This text has shadow with #6F6D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D40 on black background.


Color preview on white background

This text has color #6F6D40 on white background.



Black color preview on #6F6D40 background

This text has black color on #6F6D40 background.


White color preview on #6F6D40 background

This text has white color on #6F6D40 background.