COLOR #6D5D20

HEX: #6D5D20
RGB: (109,93,32)

Color info

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

RGB color model

#6D5D20 color RGB value is (109,93,32).

  • red value is 109;
  • green value is 93;
  • blue value is 32.
RGB:
(109,93,32)
(43%,36%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 93 of 255 = 36%
B 32 of 255 = 13%

109
93
32

R + G + B ~ 31%. #6D5D20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 93 + 32 = 234 (100%)
R 109 of 234 ~ 46.58%
G 93 of 234 ~ 39.74%
B 32 of 234 ~ 13.68%

%46.58
%39.74
%13.68

CMYK color model

#6D5D20 color CMYK value is (0,15,71,57).

  • cyan value is 0.00%
  • magenta value is 14.68%
  • yellow value is 70.64%
  • key color value is 57.25%
CMYK:
(0,15,71,57)
C0M15Y71K57 
(0%,15%,71%,57%)
(0.00/0.15/0.71/0.57)	

CMYK percentages

%0
%14.68
%70.64
%57.25

Codes

Color #6D5D20 in popluar color models

6D5D20
RGB1099332
HSL48°54.61%27.65%
HSB/HSV48°70.64%42.75%
CMYK0.00%14.68%70.64%
57.25%

Color #6D5D20 in popluar number systems.

HEX6D5D20
Decimal1099332
Binary11011011011101100000
Octal15513540

Shades and tints

Shades of #6D5D20

#6D5D20
(109,93,32)
#64551E
(100,85,30)
#5B4D1C
(91,77,28)
#52451A
(82,69,26)
#493D18
(73,61,24)
#403516
(64,53,22)
#372D14
(55,45,20)
#2E2512
(46,37,18)
#251D10
(37,29,16)
#1C150E
(28,21,14)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #6D5D20

#6D5D20
(109,93,32)
#7A6B34
(122,107,52)
#877948
(135,121,72)
#94875C
(148,135,92)
#A19570
(161,149,112)
#AEA384
(174,163,132)
#BBB198
(187,177,152)
#C8BFAC
(200,191,172)
#D5CDC0
(213,205,192)
#E2DBD4
(226,219,212)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5D20 color. Also use rgb(109,93,32) instead hex code.

Text Font Color

.myTextColor { color: #6D5D20; }

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

This text font color is #6D5D20.


Background Color

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

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

This div background color is #6D5D20.


Border color

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

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

This div border color is #6D5D20.


Opacity

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

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

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

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

This text has shadow with #6D5D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5D20 on black background.


Color preview on white background

This text has color #6D5D20 on white background.



Black color preview on #6D5D20 background

This text has black color on #6D5D20 background.


White color preview on #6D5D20 background

This text has white color on #6D5D20 background.