COLOR #6F4B20

HEX: #6F4B20
RGB: (111,75,32)

Color info

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

RGB color model

#6F4B20 color RGB value is (111,75,32).

  • red value is 111;
  • green value is 75;
  • blue value is 32.
RGB:
(111,75,32)
(44%,29%,13%)

RGB channels and saturation

R 111 of 255 = 44%
G 75 of 255 = 29%
B 32 of 255 = 13%

111
75
32

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

Portions of RGB colors in percentages

R + G + B =
111 + 75 + 32 = 218 (100%)
R 111 of 218 ~ 50.92%
G 75 of 218 ~ 34.4%
B 32 of 218 ~ 14.68%

%50.92
%34.4
%14.68

CMYK color model

#6F4B20 color CMYK value is (0,32,71,56).

  • cyan value is 0.00%
  • magenta value is 32.43%
  • yellow value is 71.17%
  • key color value is 56.47%
CMYK:
(0,32,71,56)
C0M32Y71K56 
(0%,32%,71%,56%)
(0.00/0.32/0.71/0.56)	

CMYK percentages

%0
%32.43
%71.17
%56.47

Codes

Color #6F4B20 in popluar color models

6F4B20
RGB1117532
HSL33°55.24%28.04%
HSB/HSV33°71.17%43.53%
CMYK0.00%32.43%71.17%
56.47%

Color #6F4B20 in popluar number systems.

HEX6F4B20
Decimal1117532
Binary11011111001011100000
Octal15711340

Shades and tints

Shades of #6F4B20

#6F4B20
(111,75,32)
#65451E
(101,69,30)
#5B3F1C
(91,63,28)
#51391A
(81,57,26)
#473318
(71,51,24)
#3D2D16
(61,45,22)
#332714
(51,39,20)
#292112
(41,33,18)
#1F1B10
(31,27,16)
#15150E
(21,21,14)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F4B20

#6F4B20
(111,75,32)
#7C5B34
(124,91,52)
#896B48
(137,107,72)
#967B5C
(150,123,92)
#A38B70
(163,139,112)
#B09B84
(176,155,132)
#BDAB98
(189,171,152)
#CABBAC
(202,187,172)
#D7CBC0
(215,203,192)
#E4DBD4
(228,219,212)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4B20; }

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

This text font color is #6F4B20.


Background Color

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

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

This div background color is #6F4B20.


Border color

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

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

This div border color is #6F4B20.


Opacity

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

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

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

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

This text has shadow with #6F4B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4B20 on black background.


Color preview on white background

This text has color #6F4B20 on white background.



Black color preview on #6F4B20 background

This text has black color on #6F4B20 background.


White color preview on #6F4B20 background

This text has white color on #6F4B20 background.