COLOR #6F5847

HEX: #6F5847 RGB: (111,88,71)

Color info

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

RGB color model

#6F5847 color RGB value is (111,88,71).

RGB: (111,88,71) (44%, 35%, 28%)

RGB channels and saturation

R 111 of 255 = 44%
G 88 of 255 = 35%
B 71 of 255 = 28%

111
88
71

R + G + B ~ 36%. #6F5847 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 88 + 71 = 270 (100%)
R 111 of 270 ~ 41.11%
G 88 of 270 ~ 32.59%
B 71 of 270 ~ 26.3'%

%41.11
%32.59
%26.3

CMYK color model

#6F5847 color CMYK value is (0,21,36,56).

  • cyan value is 0.00%
  • magenta value is 20.72%
  • yellow value is 36.04%
  • key color value is 56.47%

CMYK: (0,21,36,56)
C0M21Y36K56 (0%, 21%, 36%, 56%)
(0.00 / 0.21 / 0.36 / 0.56)

CMYK percentages

%0
%20.72
%36.04
%56.47

Codes

Color #6F5847 in popluar color models

6F 58 47
RGB 111 88 71
HSL 26° 21.98% 35.69%
HSB/HSV 26° 36.04% 43.53%
CMYK 0.00% 20.72% 36.04%
56.47%

Color #6F5847 in popluar number systems.

HEX 6F 58 47
Decimal 111 88 71
Binary 1101111 1011000 1000111
Octal 157 130 107

Shades and tints

Shades of #6F5847

#6F5847
(111,88,71)
#655041
(101,80,65)
#5B483B
(91,72,59)
#514035
(81,64,53)
#47382F
(71,56,47)
#3D3029
(61,48,41)
#332823
(51,40,35)
#29201D
(41,32,29)
#1F1817
(31,24,23)
#151011
(21,16,17)
#0B080B
(11,8,11)
#000000
(0,0,0)

Tints of #6F5847

#6F5847
(111,88,71)
#7C6757
(124,103,87)
#897667
(137,118,103)
#968577
(150,133,119)
#A39487
(163,148,135)
#B0A397
(176,163,151)
#BDB2A7
(189,178,167)
#CAC1B7
(202,193,183)
#D7D0C7
(215,208,199)
#E4DFD7
(228,223,215)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F5847; }

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

This text font color is #6F5847.

Background Color

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

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

This div background color is #6F5847.

Border color

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

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

This div border color is #6F5847.

Opacity

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

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

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

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

This text has shadow with #6F5847 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5847.

Preview

Color preview on black background

This text has color #6F5847 on black background.


Color preview on white background

This text has color #6F5847 on white background.


Black color preview on #6F5847 background

This text has black color on #6F5847 background.


White color preview on #6F5847 background

This text has white color on #6F5847 background.


Related colors

Complementary color

Complementary color for #hex is #90A7B8.


I love getcolorcode.com

Triadic colors

1 #476F58 and #58476F with #6F5847 are triadic colors.

2 #47586F and #586F47 with #6F5847 are triadic colors.