COLOR #6F5643

HEX: #6F5643
RGB: (111,86,67)

Color info

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

RGB color model

#6F5643 color RGB value is (111,86,67).

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

RGB channels and saturation

R 111 of 255 = 44%
G 86 of 255 = 34%
B 67 of 255 = 26%

111
86
67

R + G + B ~ 35%. #6F5643 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 86 + 67 = 264 (100%)
R 111 of 264 ~ 42.05%
G 86 of 264 ~ 32.58%
B 67 of 264 ~ 25.38%

%42.05
%32.58
%25.38

CMYK color model

#6F5643 color CMYK value is (0,23,40,56).

  • cyan value is 0.00%
  • magenta value is 22.52%
  • yellow value is 39.64%
  • key color value is 56.47%
CMYK:
(0,23,40,56)
C0M23Y40K56 
(0%,23%,40%,56%)
(0.00/0.23/0.40/0.56)	

CMYK percentages

%0
%22.52
%39.64
%56.47

Codes

Color #6F5643 in popluar color models

6F5643
RGB1118667
HSL26°24.72%34.90%
HSB/HSV26°39.64%43.53%
CMYK0.00%22.52%39.64%
56.47%

Color #6F5643 in popluar number systems.

HEX6F5643
Decimal1118667
Binary110111110101101000011
Octal157126103

Shades and tints

Shades of #6F5643

#6F5643
(111,86,67)
#654F3D
(101,79,61)
#5B4837
(91,72,55)
#514131
(81,65,49)
#473A2B
(71,58,43)
#3D3325
(61,51,37)
#332C1F
(51,44,31)
#292519
(41,37,25)
#1F1E13
(31,30,19)
#15170D
(21,23,13)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #6F5643

#6F5643
(111,86,67)
#7C6554
(124,101,84)
#897465
(137,116,101)
#968376
(150,131,118)
#A39287
(163,146,135)
#B0A198
(176,161,152)
#BDB0A9
(189,176,169)
#CABFBA
(202,191,186)
#D7CECB
(215,206,203)
#E4DDDC
(228,221,220)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5643; }

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

This text font color is #6F5643.


Background Color

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

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

This div background color is #6F5643.


Border color

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

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

This div border color is #6F5643.


Opacity

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

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

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

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

This text has shadow with #6F5643 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5643 on black background.


Color preview on white background

This text has color #6F5643 on white background.



Black color preview on #6F5643 background

This text has black color on #6F5643 background.


White color preview on #6F5643 background

This text has white color on #6F5643 background.