COLOR #6F3911

HEX: #6F3911
RGB: (111,57,17)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 111 of 255 = 44%
G 57 of 255 = 22%
B 17 of 255 = 7%

111
57
17

R + G + B ~ 24%. #6F3911 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 57 + 17 = 185 (100%)
R 111 of 185 ~ 60%
G 57 of 185 ~ 30.81%
B 17 of 185 ~ 9.19%

%60
%30.81

CMYK color model

#6F3911 color CMYK value is (0,49,85,56).

  • cyan value is 0.00%
  • magenta value is 48.65%
  • yellow value is 84.68%
  • key color value is 56.47%
CMYK:
(0,49,85,56)
C0M49Y85K56 
(0%,49%,85%,56%)
(0.00/0.49/0.85/0.56)	

CMYK percentages

%0
%48.65
%84.68
%56.47

Codes

Color #6F3911 in popluar color models

6F3911
RGB1115717
HSL26°73.44%25.10%
HSB/HSV26°84.68%43.53%
CMYK0.00%48.65%84.68%
56.47%

Color #6F3911 in popluar number systems.

HEX6F3911
Decimal1115717
Binary110111111100110001
Octal1577121

Shades and tints

Shades of #6F3911

#6F3911
(111,57,17)
#653410
(101,52,16)
#5B2F0F
(91,47,15)
#512A0E
(81,42,14)
#47250D
(71,37,13)
#3D200C
(61,32,12)
#331B0B
(51,27,11)
#29160A
(41,22,10)
#1F1109
(31,17,9)
#150C08
(21,12,8)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #6F3911

#6F3911
(111,57,17)
#7C4B26
(124,75,38)
#895D3B
(137,93,59)
#966F50
(150,111,80)
#A38165
(163,129,101)
#B0937A
(176,147,122)
#BDA58F
(189,165,143)
#CAB7A4
(202,183,164)
#D7C9B9
(215,201,185)
#E4DBCE
(228,219,206)
#F1EDE3
(241,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3911; }

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

This text font color is #6F3911.


Background Color

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

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

This div background color is #6F3911.


Border color

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

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

This div border color is #6F3911.


Opacity

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

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

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

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

This text has shadow with #6F3911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3911 on black background.


Color preview on white background

This text has color #6F3911 on white background.



Black color preview on #6F3911 background

This text has black color on #6F3911 background.


White color preview on #6F3911 background

This text has white color on #6F3911 background.