COLOR #6F4722

HEX: #6F4722 RGB: (111,71,34)

Color info

#6F4722 contains mainly red and green colors. Web safe color of #6F4722 is #663333 (or #633).

RGB color model

#6F4722 color RGB value is (111,71,34).

RGB: (111,71,34) (44%, 28%, 13%)

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 34 of 255 = 13%

111
71
34

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

Portions of RGB colors in percentages

R + G + B = 111 + 71 + 34 = 216 (100%)
R 111 of 216 ~ 51.39%
G 71 of 216 ~ 32.87%
B 34 of 216 ~ 15.74'%

%51.39
%32.87
%15.74

CMYK color model

#6F4722 color CMYK value is (0,36,69,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 69.37%
  • key color value is 56.47%

CMYK: (0,36,69,56)
C0M36Y69K56 (0%, 36%, 69%, 56%)
(0.00 / 0.36 / 0.69 / 0.56)

CMYK percentages

%0
%36.04
%69.37
%56.47

Codes

Color #6F4722 in popluar color models

6F 47 22
RGB 111 71 34
HSL 29° 53.10% 28.43%
HSB/HSV 29° 69.37% 43.53%
CMYK 0.00% 36.04% 69.37%
56.47%

Color #6F4722 in popluar number systems.

HEX 6F 47 22
Decimal 111 71 34
Binary 1101111 1000111 100010
Octal 157 107 42

Shades and tints

Shades of #6F4722

#6F4722
(111,71,34)
#65411F
(101,65,31)
#5B3B1C
(91,59,28)
#513519
(81,53,25)
#472F16
(71,47,22)
#3D2913
(61,41,19)
#332310
(51,35,16)
#291D0D
(41,29,13)
#1F170A
(31,23,10)
#151107
(21,17,7)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #6F4722

#6F4722
(111,71,34)
#7C5736
(124,87,54)
#89674A
(137,103,74)
#96775E
(150,119,94)
#A38772
(163,135,114)
#B09786
(176,151,134)
#BDA79A
(189,167,154)
#CAB7AE
(202,183,174)
#D7C7C2
(215,199,194)
#E4D7D6
(228,215,214)
#F1E7EA
(241,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4722; }

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

This text font color is #6F4722.

Background Color

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

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

This div background color is #6F4722.

Border color

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

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

This div border color is #6F4722.

Opacity

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

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

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

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

This text has shadow with #6F4722 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F4722.

Preview

Color preview on black background

This text has color #6F4722 on black background.


Color preview on white background

This text has color #6F4722 on white background.


Black color preview on #6F4722 background

This text has black color on #6F4722 background.


White color preview on #6F4722 background

This text has white color on #6F4722 background.


Related colors

Complementary color

Complementary color for #hex is #90B8DD.


I love getcolorcode.com

Triadic colors

1 #226F47 and #47226F with #6F4722 are triadic colors.

2 #22476F and #476F22 with #6F4722 are triadic colors.