COLOR #6D6839

HEX: #6D6839
RGB: (109,104,57)

Color info

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

RGB color model

#6D6839 color RGB value is (109,104,57).

  • red value is 109;
  • green value is 104;
  • blue value is 57.
RGB:
(109,104,57)
(43%,41%,22%)

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 57 of 255 = 22%

109
104
57

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 57 = 270 (100%)
R 109 of 270 ~ 40.37%
G 104 of 270 ~ 38.52%
B 57 of 270 ~ 21.11%

%40.37
%38.52
%21.11

CMYK color model

#6D6839 color CMYK value is (0,5,48,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 47.71%
  • key color value is 57.25%
CMYK:
(0,5,48,57)
C0M5Y48K57 
(0%,5%,48%,57%)
(0.00/0.05/0.48/0.57)	

CMYK percentages

%0
%4.59
%47.71
%57.25

Codes

Color #6D6839 in popluar color models

6D6839
RGB10910457
HSL54°31.33%32.55%
HSB/HSV54°47.71%42.75%
CMYK0.00%4.59%47.71%
57.25%

Color #6D6839 in popluar number systems.

HEX6D6839
Decimal10910457
Binary11011011101000111001
Octal15515071

Shades and tints

Shades of #6D6839

#6D6839
(109,104,57)
#645F34
(100,95,52)
#5B562F
(91,86,47)
#524D2A
(82,77,42)
#494425
(73,68,37)
#403B20
(64,59,32)
#37321B
(55,50,27)
#2E2916
(46,41,22)
#252011
(37,32,17)
#1C170C
(28,23,12)
#130E07
(19,14,7)
#000000
(0,0,0)

Tints of #6D6839

#6D6839
(109,104,57)
#7A754B
(122,117,75)
#87825D
(135,130,93)
#948F6F
(148,143,111)
#A19C81
(161,156,129)
#AEA993
(174,169,147)
#BBB6A5
(187,182,165)
#C8C3B7
(200,195,183)
#D5D0C9
(213,208,201)
#E2DDDB
(226,221,219)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6839 color. Also use rgb(109,104,57) instead hex code.

Text Font Color

.myTextColor { color: #6D6839; }

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

This text font color is #6D6839.


Background Color

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

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

This div background color is #6D6839.


Border color

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

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

This div border color is #6D6839.


Opacity

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

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

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

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

This text has shadow with #6D6839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6839 on black background.


Color preview on white background

This text has color #6D6839 on white background.



Black color preview on #6D6839 background

This text has black color on #6D6839 background.


White color preview on #6D6839 background

This text has white color on #6D6839 background.