COLOR #6D5514

HEX: #6D5514
RGB: (109,85,20)

Color info

#6D5514 contains mainly red and green colors. Web safe color of #6D5514 is #666600 (or #660).

RGB color model

#6D5514 color RGB value is (109,85,20).

  • red value is 109;
  • green value is 85;
  • blue value is 20.
RGB:
(109,85,20)
(43%,33%,8%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 20 of 255 = 8%

109
85
20

R + G + B ~ 28%. #6D5514 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 20 = 214 (100%)
R 109 of 214 ~ 50.93%
G 85 of 214 ~ 39.72%
B 20 of 214 ~ 9.35%

%50.93
%39.72

CMYK color model

#6D5514 color CMYK value is (0,22,82,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 81.65%
  • key color value is 57.25%
CMYK:
(0,22,82,57)
C0M22Y82K57 
(0%,22%,82%,57%)
(0.00/0.22/0.82/0.57)	

CMYK percentages

%0
%22.02
%81.65
%57.25

Codes

Color #6D5514 in popluar color models

6D5514
RGB1098520
HSL44°68.99%25.29%
HSB/HSV44°81.65%42.75%
CMYK0.00%22.02%81.65%
57.25%

Color #6D5514 in popluar number systems.

HEX6D5514
Decimal1098520
Binary1101101101010110100
Octal15512524

Shades and tints

Shades of #6D5514

#6D5514
(109,85,20)
#644E13
(100,78,19)
#5B4712
(91,71,18)
#524011
(82,64,17)
#493910
(73,57,16)
#40320F
(64,50,15)
#372B0E
(55,43,14)
#2E240D
(46,36,13)
#251D0C
(37,29,12)
#1C160B
(28,22,11)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #6D5514

#6D5514
(109,85,20)
#7A6429
(122,100,41)
#87733E
(135,115,62)
#948253
(148,130,83)
#A19168
(161,145,104)
#AEA07D
(174,160,125)
#BBAF92
(187,175,146)
#C8BEA7
(200,190,167)
#D5CDBC
(213,205,188)
#E2DCD1
(226,220,209)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5514 color. Also use rgb(109,85,20) instead hex code.

Text Font Color

.myTextColor { color: #6D5514; }

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

This text font color is #6D5514.


Background Color

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

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

This div background color is #6D5514.


Border color

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

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

This div border color is #6D5514.


Opacity

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

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

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

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

This text has shadow with #6D5514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5514 on black background.


Color preview on white background

This text has color #6D5514 on white background.



Black color preview on #6D5514 background

This text has black color on #6D5514 background.


White color preview on #6D5514 background

This text has white color on #6D5514 background.