COLOR #6F5640

HEX: #6F5640
RGB: (111,86,64)

Color info

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

RGB color model

#6F5640 color RGB value is (111,86,64).

  • red value is 111;
  • green value is 86;
  • blue value is 64.
RGB:
(111,86,64)
(44%,34%,25%)

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 64 of 255 = 25%

111
86
64

R + G + B ~ 34%. #6F5640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 64 = 261 (100%)
R 111 of 261 ~ 42.53%
G 86 of 261 ~ 32.95%
B 64 of 261 ~ 24.52%

%42.53
%32.95
%24.52

CMYK color model

#6F5640 color CMYK value is (0,23,42,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 42.34%
  • key color value is 56.47%
CMYK:
(0,23,42,56)
C0M23Y42K56 
(0%,23%,42%,56%)
(0.00/0.23/0.42/0.56)	

CMYK percentages

%0
%22.52
%42.34
%56.47

Codes

Color #6F5640 in popluar color models

6F5640
RGB1118664
HSL28°26.86%34.31%
HSB/HSV28°42.34%43.53%
CMYK0.00%22.52%42.34%
56.47%

Color #6F5640 in popluar number systems.

HEX6F5640
Decimal1118664
Binary110111110101101000000
Octal157126100

Shades and tints

Shades of #6F5640

#6F5640
(111,86,64)
#654F3B
(101,79,59)
#5B4836
(91,72,54)
#514131
(81,65,49)
#473A2C
(71,58,44)
#3D3327
(61,51,39)
#332C22
(51,44,34)
#29251D
(41,37,29)
#1F1E18
(31,30,24)
#151713
(21,23,19)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #6F5640

#6F5640
(111,86,64)
#7C6551
(124,101,81)
#897462
(137,116,98)
#968373
(150,131,115)
#A39284
(163,146,132)
#B0A195
(176,161,149)
#BDB0A6
(189,176,166)
#CABFB7
(202,191,183)
#D7CEC8
(215,206,200)
#E4DDD9
(228,221,217)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5640 color. Also use rgb(111,86,64) instead hex code.

Text Font Color

.myTextColor { color: #6F5640; }

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

This text font color is #6F5640.


Background Color

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

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

This div background color is #6F5640.


Border color

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

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

This div border color is #6F5640.


Opacity

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

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

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

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

This text has shadow with #6F5640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5640 on black background.


Color preview on white background

This text has color #6F5640 on white background.



Black color preview on #6F5640 background

This text has black color on #6F5640 background.


White color preview on #6F5640 background

This text has white color on #6F5640 background.