COLOR #6F4428

HEX: #6F4428
RGB: (111,68,40)

Color info

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

RGB color model

#6F4428 color RGB value is (111,68,40).

  • red value is 111;
  • green value is 68;
  • blue value is 40.
RGB:
(111,68,40)
(44%,27%,16%)

RGB channels and saturation

R 111 of 255 = 44%
G 68 of 255 = 27%
B 40 of 255 = 16%

111
68
40

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

Portions of RGB colors in percentages

R + G + B =
111 + 68 + 40 = 219 (100%)
R 111 of 219 ~ 50.68%
G 68 of 219 ~ 31.05%
B 40 of 219 ~ 18.26%

%50.68
%31.05
%18.26

CMYK color model

#6F4428 color CMYK value is (0,39,64,56).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 63.96%
  • key color value is 56.47%
CMYK:
(0,39,64,56)
C0M39Y64K56 
(0%,39%,64%,56%)
(0.00/0.39/0.64/0.56)	

CMYK percentages

%0
%38.74
%63.96
%56.47

Codes

Color #6F4428 in popluar color models

6F4428
RGB1116840
HSL24°47.02%29.61%
HSB/HSV24°63.96%43.53%
CMYK0.00%38.74%63.96%
56.47%

Color #6F4428 in popluar number systems.

HEX6F4428
Decimal1116840
Binary11011111000100101000
Octal15710450

Shades and tints

Shades of #6F4428

#6F4428
(111,68,40)
#653E25
(101,62,37)
#5B3822
(91,56,34)
#51321F
(81,50,31)
#472C1C
(71,44,28)
#3D2619
(61,38,25)
#332016
(51,32,22)
#291A13
(41,26,19)
#1F1410
(31,20,16)
#150E0D
(21,14,13)
#0B080A
(11,8,10)
#000000
(0,0,0)

Tints of #6F4428

#6F4428
(111,68,40)
#7C553B
(124,85,59)
#89664E
(137,102,78)
#967761
(150,119,97)
#A38874
(163,136,116)
#B09987
(176,153,135)
#BDAA9A
(189,170,154)
#CABBAD
(202,187,173)
#D7CCC0
(215,204,192)
#E4DDD3
(228,221,211)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4428; }

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

This text font color is #6F4428.


Background Color

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

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

This div background color is #6F4428.


Border color

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

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

This div border color is #6F4428.


Opacity

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

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

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

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

This text has shadow with #6F4428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4428 on black background.


Color preview on white background

This text has color #6F4428 on white background.



Black color preview on #6F4428 background

This text has black color on #6F4428 background.


White color preview on #6F4428 background

This text has white color on #6F4428 background.