COLOR #6F5116

HEX: #6F5116
RGB: (111,81,22)

Color info

#6F5116 contains mainly red and green colors. Web safe color of #6F5116 is #666600 (or #660).

RGB color model

#6F5116 color RGB value is (111,81,22).

  • red value is 111;
  • green value is 81;
  • blue value is 22.
RGB:
(111,81,22)
(44%,32%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 81 of 255 = 32%
B 22 of 255 = 9%

111
81
22

R + G + B ~ 28%. #6F5116 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 81 + 22 = 214 (100%)
R 111 of 214 ~ 51.87%
G 81 of 214 ~ 37.85%
B 22 of 214 ~ 10.28%

%51.87
%37.85
%10.28

CMYK color model

#6F5116 color CMYK value is (0,27,80,56).

  • cyan value is 0.00%
  • magenta value is 27.03%
  • yellow value is 80.18%
  • key color value is 56.47%
CMYK:
(0,27,80,56)
C0M27Y80K56 
(0%,27%,80%,56%)
(0.00/0.27/0.80/0.56)	

CMYK percentages

%0
%27.03
%80.18
%56.47

Codes

Color #6F5116 in popluar color models

6F5116
RGB1118122
HSL40°66.92%26.08%
HSB/HSV40°80.18%43.53%
CMYK0.00%27.03%80.18%
56.47%

Color #6F5116 in popluar number systems.

HEX6F5116
Decimal1118122
Binary1101111101000110110
Octal15712126

Shades and tints

Shades of #6F5116

#6F5116
(111,81,22)
#654A14
(101,74,20)
#5B4312
(91,67,18)
#513C10
(81,60,16)
#47350E
(71,53,14)
#3D2E0C
(61,46,12)
#33270A
(51,39,10)
#292008
(41,32,8)
#1F1906
(31,25,6)
#151204
(21,18,4)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #6F5116

#6F5116
(111,81,22)
#7C602B
(124,96,43)
#896F40
(137,111,64)
#967E55
(150,126,85)
#A38D6A
(163,141,106)
#B09C7F
(176,156,127)
#BDAB94
(189,171,148)
#CABAA9
(202,186,169)
#D7C9BE
(215,201,190)
#E4D8D3
(228,216,211)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5116 color. Also use rgb(111,81,22) instead hex code.

Text Font Color

.myTextColor { color: #6F5116; }

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

This text font color is #6F5116.


Background Color

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

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

This div background color is #6F5116.


Border color

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

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

This div border color is #6F5116.


Opacity

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

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

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

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

This text has shadow with #6F5116 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5116 on black background.


Color preview on white background

This text has color #6F5116 on white background.



Black color preview on #6F5116 background

This text has black color on #6F5116 background.


White color preview on #6F5116 background

This text has white color on #6F5116 background.