COLOR #6F4728

HEX: #6F4728
RGB: (111,71,40)

Color info

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

RGB color model

#6F4728 color RGB value is (111,71,40).

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

RGB channels and saturation

R 111 of 255 = 44%
G 71 of 255 = 28%
B 40 of 255 = 16%

111
71
40

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

Portions of RGB colors in percentages

R + G + B =
111 + 71 + 40 = 222 (100%)
R 111 of 222 ~ 50%
G 71 of 222 ~ 31.98%
B 40 of 222 ~ 18.02%

%50
%31.98
%18.02

CMYK color model

#6F4728 color CMYK value is (0,36,64,56).

  • cyan value is 0.00%
  • magenta value is 36.04%
  • yellow value is 63.96%
  • key color value is 56.47%
CMYK:
(0,36,64,56)
C0M36Y64K56 
(0%,36%,64%,56%)
(0.00/0.36/0.64/0.56)	

CMYK percentages

%0
%36.04
%63.96
%56.47

Codes

Color #6F4728 in popluar color models

6F4728
RGB1117140
HSL26°47.02%29.61%
HSB/HSV26°63.96%43.53%
CMYK0.00%36.04%63.96%
56.47%

Color #6F4728 in popluar number systems.

HEX6F4728
Decimal1117140
Binary11011111000111101000
Octal15710750

Shades and tints

Shades of #6F4728

#6F4728
(111,71,40)
#654125
(101,65,37)
#5B3B22
(91,59,34)
#51351F
(81,53,31)
#472F1C
(71,47,28)
#3D2919
(61,41,25)
#332316
(51,35,22)
#291D13
(41,29,19)
#1F1710
(31,23,16)
#15110D
(21,17,13)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #6F4728

#6F4728
(111,71,40)
#7C573B
(124,87,59)
#89674E
(137,103,78)
#967761
(150,119,97)
#A38774
(163,135,116)
#B09787
(176,151,135)
#BDA79A
(189,167,154)
#CAB7AD
(202,183,173)
#D7C7C0
(215,199,192)
#E4D7D3
(228,215,211)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F4728; }

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

This text font color is #6F4728.


Background Color

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

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

This div background color is #6F4728.


Border color

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

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

This div border color is #6F4728.


Opacity

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

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

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

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

This text has shadow with #6F4728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4728 on black background.


Color preview on white background

This text has color #6F4728 on white background.



Black color preview on #6F4728 background

This text has black color on #6F4728 background.


White color preview on #6F4728 background

This text has white color on #6F4728 background.