COLOR #6F6D56

HEX: #6F6D56
RGB: (111,109,86)

Color info

#6F6D56 contains red, green and blue colors in about the same proportion. Web safe color of #6F6D56 is #666666 (or #666).

RGB color model

#6F6D56 color RGB value is (111,109,86).

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

RGB channels and saturation

R 111 of 255 = 44%
G 109 of 255 = 43%
B 86 of 255 = 34%

111
109
86

R + G + B ~ 40%. #6F6D56 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
111 + 109 + 86 = 306 (100%)
R 111 of 306 ~ 36.27%
G 109 of 306 ~ 35.62%
B 86 of 306 ~ 28.1%

%36.27
%35.62
%28.1

CMYK color model

#6F6D56 color CMYK value is (0,2,23,56).

  • cyan value is 0.00%
  • magenta value is 1.80%
  • yellow value is 22.52%
  • key color value is 56.47%
CMYK:
(0,2,23,56)
C0M2Y23K56 
(0%,2%,23%,56%)
(0.00/0.02/0.23/0.56)	

CMYK percentages

%0
%1.8
%22.52
%56.47

Codes

Color #6F6D56 in popluar color models

6F6D56
RGB11110986
HSL55°12.69%38.63%
HSB/HSV55°22.52%43.53%
CMYK0.00%1.80%22.52%
56.47%

Color #6F6D56 in popluar number systems.

HEX6F6D56
Decimal11110986
Binary110111111011011010110
Octal157155126

Shades and tints

Shades of #6F6D56

#6F6D56
(111,109,86)
#65644F
(101,100,79)
#5B5B48
(91,91,72)
#515241
(81,82,65)
#47493A
(71,73,58)
#3D4033
(61,64,51)
#33372C
(51,55,44)
#292E25
(41,46,37)
#1F251E
(31,37,30)
#151C17
(21,28,23)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F6D56

#6F6D56
(111,109,86)
#7C7A65
(124,122,101)
#898774
(137,135,116)
#969483
(150,148,131)
#A3A192
(163,161,146)
#B0AEA1
(176,174,161)
#BDBBB0
(189,187,176)
#CAC8BF
(202,200,191)
#D7D5CE
(215,213,206)
#E4E2DD
(228,226,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6D56; }

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

This text font color is #6F6D56.


Background Color

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

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

This div background color is #6F6D56.


Border color

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

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

This div border color is #6F6D56.


Opacity

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

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

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

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

This text has shadow with #6F6D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6D56 on black background.


Color preview on white background

This text has color #6F6D56 on white background.



Black color preview on #6F6D56 background

This text has black color on #6F6D56 background.


White color preview on #6F6D56 background

This text has white color on #6F6D56 background.