COLOR #6D5218

HEX: #6D5218
RGB: (109,82,24)

Color info

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

RGB color model

#6D5218 color RGB value is (109,82,24).

  • red value is 109;
  • green value is 82;
  • blue value is 24.
RGB:
(109,82,24)
(43%,32%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 24 of 255 = 9%

109
82
24

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

Portions of RGB colors in percentages

R + G + B =
109 + 82 + 24 = 215 (100%)
R 109 of 215 ~ 50.7%
G 82 of 215 ~ 38.14%
B 24 of 215 ~ 11.16%

%50.7
%38.14
%11.16

CMYK color model

#6D5218 color CMYK value is (0,25,78,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 77.98%
  • key color value is 57.25%
CMYK:
(0,25,78,57)
C0M25Y78K57 
(0%,25%,78%,57%)
(0.00/0.25/0.78/0.57)	

CMYK percentages

%0
%24.77
%77.98
%57.25

Codes

Color #6D5218 in popluar color models

6D5218
RGB1098224
HSL41°63.91%26.08%
HSB/HSV41°77.98%42.75%
CMYK0.00%24.77%77.98%
57.25%

Color #6D5218 in popluar number systems.

HEX6D5218
Decimal1098224
Binary1101101101001011000
Octal15512230

Shades and tints

Shades of #6D5218

#6D5218
(109,82,24)
#644B16
(100,75,22)
#5B4414
(91,68,20)
#523D12
(82,61,18)
#493610
(73,54,16)
#402F0E
(64,47,14)
#37280C
(55,40,12)
#2E210A
(46,33,10)
#251A08
(37,26,8)
#1C1306
(28,19,6)
#130C04
(19,12,4)
#000000
(0,0,0)

Tints of #6D5218

#6D5218
(109,82,24)
#7A612D
(122,97,45)
#877042
(135,112,66)
#947F57
(148,127,87)
#A18E6C
(161,142,108)
#AE9D81
(174,157,129)
#BBAC96
(187,172,150)
#C8BBAB
(200,187,171)
#D5CAC0
(213,202,192)
#E2D9D5
(226,217,213)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5218 color. Also use rgb(109,82,24) instead hex code.

Text Font Color

.myTextColor { color: #6D5218; }

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

This text font color is #6D5218.


Background Color

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

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

This div background color is #6D5218.


Border color

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

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

This div border color is #6D5218.


Opacity

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

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

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

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

This text has shadow with #6D5218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5218 on black background.


Color preview on white background

This text has color #6D5218 on white background.



Black color preview on #6D5218 background

This text has black color on #6D5218 background.


White color preview on #6D5218 background

This text has white color on #6D5218 background.