COLOR #6F3906

HEX: #6F3906
RGB: (111,57,6)

Color info

#6F3906 contains mainly red and green colors. Web safe color of #6F3906 is #663300 (or #630).

RGB color model

#6F3906 color RGB value is (111,57,6).

  • red value is 111;
  • green value is 57;
  • blue value is 6.
RGB:
(111,57,6)
(44%,22%,2%)

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 6 of 255 = 2%

111
57
6

R + G + B ~ 23%. #6F3906 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 6 = 174 (100%)
R 111 of 174 ~ 63.79%
G 57 of 174 ~ 32.76%
B 6 of 174 ~ 3.45%

%63.79
%32.76

CMYK color model

#6F3906 color CMYK value is (0,49,95,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 94.59%
  • key color value is 56.47%
CMYK:
(0,49,95,56)
C0M49Y95K56 
(0%,49%,95%,56%)
(0.00/0.49/0.95/0.56)	

CMYK percentages

%0
%48.65
%94.59
%56.47

Codes

Color #6F3906 in popluar color models

6F3906
RGB111576
HSL29°89.74%22.94%
HSB/HSV29°94.59%43.53%
CMYK0.00%48.65%94.59%
56.47%

Color #6F3906 in popluar number systems.

HEX6F3906
Decimal111576
Binary1101111111001110
Octal157716

Shades and tints

Shades of #6F3906

#6F3906
(111,57,6)
#653406
(101,52,6)
#5B2F06
(91,47,6)
#512A06
(81,42,6)
#472506
(71,37,6)
#3D2006
(61,32,6)
#331B06
(51,27,6)
#291606
(41,22,6)
#1F1106
(31,17,6)
#150C06
(21,12,6)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #6F3906

#6F3906
(111,57,6)
#7C4B1C
(124,75,28)
#895D32
(137,93,50)
#966F48
(150,111,72)
#A3815E
(163,129,94)
#B09374
(176,147,116)
#BDA58A
(189,165,138)
#CAB7A0
(202,183,160)
#D7C9B6
(215,201,182)
#E4DBCC
(228,219,204)
#F1EDE2
(241,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3906; }

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

This text font color is #6F3906.


Background Color

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

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

This div background color is #6F3906.


Border color

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

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

This div border color is #6F3906.


Opacity

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

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

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

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

This text has shadow with #6F3906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3906 on black background.


Color preview on white background

This text has color #6F3906 on white background.



Black color preview on #6F3906 background

This text has black color on #6F3906 background.


White color preview on #6F3906 background

This text has white color on #6F3906 background.