COLOR #6F4E37

HEX: #6F4E37
RGB: (111,78,55)

Color info

#6F4E37 contains red, green and blue colors in about the same proportion. Web safe color of #6F4E37 is #666633 (or #663).

RGB color model

#6F4E37 color RGB value is (111,78,55).

  • red value is 111;
  • green value is 78;
  • blue value is 55.
RGB:
(111,78,55)
(44%,31%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 78 of 255 = 31%
B 55 of 255 = 22%

111
78
55

R + G + B ~ 32%. #6F4E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 78 + 55 = 244 (100%)
R 111 of 244 ~ 45.49%
G 78 of 244 ~ 31.97%
B 55 of 244 ~ 22.54%

%45.49
%31.97
%22.54

CMYK color model

#6F4E37 color CMYK value is (0,30,50,56).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 50.45%
  • key color value is 56.47%
CMYK:
(0,30,50,56)
C0M30Y50K56 
(0%,30%,50%,56%)
(0.00/0.30/0.50/0.56)	

CMYK percentages

%0
%29.73
%50.45
%56.47

Codes

Color #6F4E37 in popluar color models

6F4E37
RGB1117855
HSL25°33.73%32.55%
HSB/HSV25°50.45%43.53%
CMYK0.00%29.73%50.45%
56.47%

Color #6F4E37 in popluar number systems.

HEX6F4E37
Decimal1117855
Binary11011111001110110111
Octal15711667

Shades and tints

Shades of #6F4E37

#6F4E37
(111,78,55)
#654732
(101,71,50)
#5B402D
(91,64,45)
#513928
(81,57,40)
#473223
(71,50,35)
#3D2B1E
(61,43,30)
#332419
(51,36,25)
#291D14
(41,29,20)
#1F160F
(31,22,15)
#150F0A
(21,15,10)
#0B0805
(11,8,5)
#000000
(0,0,0)

Tints of #6F4E37

#6F4E37
(111,78,55)
#7C5E49
(124,94,73)
#896E5B
(137,110,91)
#967E6D
(150,126,109)
#A38E7F
(163,142,127)
#B09E91
(176,158,145)
#BDAEA3
(189,174,163)
#CABEB5
(202,190,181)
#D7CEC7
(215,206,199)
#E4DED9
(228,222,217)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F4E37 color. Also use rgb(111,78,55) instead hex code.

Text Font Color

.myTextColor { color: #6F4E37; }

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

This text font color is #6F4E37.


Background Color

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

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

This div background color is #6F4E37.


Border color

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

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

This div border color is #6F4E37.


Opacity

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

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

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

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

This text has shadow with #6F4E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F4E37 on black background.


Color preview on white background

This text has color #6F4E37 on white background.



Black color preview on #6F4E37 background

This text has black color on #6F4E37 background.


White color preview on #6F4E37 background

This text has white color on #6F4E37 background.