COLOR #6F4D21

HEX: #6F4D21
RGB: (111,77,33)

Color info

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

RGB color model

#6F4D21 color RGB value is (111,77,33).

  • red value is 111;
  • green value is 77;
  • blue value is 33.
RGB:
(111,77,33)
(44%,30%,13%)

RGB channels and saturation

R 111 of 255 = 44%
G 77 of 255 = 30%
B 33 of 255 = 13%

111
77
33

R + G + B ~ 29%. #6F4D21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 77 + 33 = 221 (100%)
R 111 of 221 ~ 50.23%
G 77 of 221 ~ 34.84%
B 33 of 221 ~ 14.93%

%50.23
%34.84
%14.93

CMYK color model

#6F4D21 color CMYK value is (0,31,70,56).

  • cyan value is 0.00%
  • magenta value is 30.63%
  • yellow value is 70.27%
  • key color value is 56.47%
CMYK:
(0,31,70,56)
C0M31Y70K56 
(0%,31%,70%,56%)
(0.00/0.31/0.70/0.56)	

CMYK percentages

%0
%30.63
%70.27
%56.47

Codes

Color #6F4D21 in popluar color models

6F4D21
RGB1117733
HSL34°54.17%28.24%
HSB/HSV34°70.27%43.53%
CMYK0.00%30.63%70.27%
56.47%

Color #6F4D21 in popluar number systems.

HEX6F4D21
Decimal1117733
Binary11011111001101100001
Octal15711541

Shades and tints

Shades of #6F4D21

#6F4D21
(111,77,33)
#65461E
(101,70,30)
#5B3F1B
(91,63,27)
#513818
(81,56,24)
#473115
(71,49,21)
#3D2A12
(61,42,18)
#33230F
(51,35,15)
#291C0C
(41,28,12)
#1F1509
(31,21,9)
#150E06
(21,14,6)
#0B0703
(11,7,3)
#000000
(0,0,0)

Tints of #6F4D21

#6F4D21
(111,77,33)
#7C5D35
(124,93,53)
#896D49
(137,109,73)
#967D5D
(150,125,93)
#A38D71
(163,141,113)
#B09D85
(176,157,133)
#BDAD99
(189,173,153)
#CABDAD
(202,189,173)
#D7CDC1
(215,205,193)
#E4DDD5
(228,221,213)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4D21; }

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

This text font color is #6F4D21.


Background Color

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

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

This div background color is #6F4D21.


Border color

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

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

This div border color is #6F4D21.


Opacity

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

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

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

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

This text has shadow with #6F4D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4D21 on black background.


Color preview on white background

This text has color #6F4D21 on white background.



Black color preview on #6F4D21 background

This text has black color on #6F4D21 background.


White color preview on #6F4D21 background

This text has white color on #6F4D21 background.