COLOR #6D5228

HEX: #6D5228
RGB: (109,82,40)

Color info

#6D5228 contains mainly red and green colors. Web safe color of #6D5228 is #666633 (or #663).

RGB color model

#6D5228 color RGB value is (109,82,40).

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

RGB channels and saturation

R 109 of 255 = 43%
G 82 of 255 = 32%
B 40 of 255 = 16%

109
82
40

R + G + B ~ 30%. #6D5228 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 82 + 40 = 231 (100%)
R 109 of 231 ~ 47.19%
G 82 of 231 ~ 35.5%
B 40 of 231 ~ 17.32%

%47.19
%35.5
%17.32

CMYK color model

#6D5228 color CMYK value is (0,25,63,57).

  • cyan value is 0.00%
  • magenta value is 24.77%
  • yellow value is 63.30%
  • key color value is 57.25%
CMYK:
(0,25,63,57)
C0M25Y63K57 
(0%,25%,63%,57%)
(0.00/0.25/0.63/0.57)	

CMYK percentages

%0
%24.77
%63.3
%57.25

Codes

Color #6D5228 in popluar color models

6D5228
RGB1098240
HSL37°46.31%29.22%
HSB/HSV37°63.30%42.75%
CMYK0.00%24.77%63.30%
57.25%

Color #6D5228 in popluar number systems.

HEX6D5228
Decimal1098240
Binary11011011010010101000
Octal15512250

Shades and tints

Shades of #6D5228

#6D5228
(109,82,40)
#644B25
(100,75,37)
#5B4422
(91,68,34)
#523D1F
(82,61,31)
#49361C
(73,54,28)
#402F19
(64,47,25)
#372816
(55,40,22)
#2E2113
(46,33,19)
#251A10
(37,26,16)
#1C130D
(28,19,13)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #6D5228

#6D5228
(109,82,40)
#7A613B
(122,97,59)
#87704E
(135,112,78)
#947F61
(148,127,97)
#A18E74
(161,142,116)
#AE9D87
(174,157,135)
#BBAC9A
(187,172,154)
#C8BBAD
(200,187,173)
#D5CAC0
(213,202,192)
#E2D9D3
(226,217,211)
#EFE8E6
(239,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5228; }

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

This text font color is #6D5228.


Background Color

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

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

This div background color is #6D5228.


Border color

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

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

This div border color is #6D5228.


Opacity

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

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

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

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

This text has shadow with #6D5228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5228 on black background.


Color preview on white background

This text has color #6D5228 on white background.



Black color preview on #6D5228 background

This text has black color on #6D5228 background.


White color preview on #6D5228 background

This text has white color on #6D5228 background.