COLOR #6D6621

HEX: #6D6621
RGB: (109,102,33)

Color info

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

RGB color model

#6D6621 color RGB value is (109,102,33).

  • red value is 109;
  • green value is 102;
  • blue value is 33.
RGB:
(109,102,33)
(43%,40%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 33 of 255 = 13%

109
102
33

R + G + B ~ 32%. #6D6621 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 33 = 244 (100%)
R 109 of 244 ~ 44.67%
G 102 of 244 ~ 41.8%
B 33 of 244 ~ 13.52%

%44.67
%41.8
%13.52

CMYK color model

#6D6621 color CMYK value is (0,6,70,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 69.72%
  • key color value is 57.25%
CMYK:
(0,6,70,57)
C0M6Y70K57 
(0%,6%,70%,57%)
(0.00/0.06/0.70/0.57)	

CMYK percentages

%0
%6.42
%69.72
%57.25

Codes

Color #6D6621 in popluar color models

6D6621
RGB10910233
HSL54°53.52%27.84%
HSB/HSV54°69.72%42.75%
CMYK0.00%6.42%69.72%
57.25%

Color #6D6621 in popluar number systems.

HEX6D6621
Decimal10910233
Binary11011011100110100001
Octal15514641

Shades and tints

Shades of #6D6621

#6D6621
(109,102,33)
#645D1E
(100,93,30)
#5B541B
(91,84,27)
#524B18
(82,75,24)
#494215
(73,66,21)
#403912
(64,57,18)
#37300F
(55,48,15)
#2E270C
(46,39,12)
#251E09
(37,30,9)
#1C1506
(28,21,6)
#130C03
(19,12,3)
#000000
(0,0,0)

Tints of #6D6621

#6D6621
(109,102,33)
#7A7335
(122,115,53)
#878049
(135,128,73)
#948D5D
(148,141,93)
#A19A71
(161,154,113)
#AEA785
(174,167,133)
#BBB499
(187,180,153)
#C8C1AD
(200,193,173)
#D5CEC1
(213,206,193)
#E2DBD5
(226,219,213)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6621 color. Also use rgb(109,102,33) instead hex code.

Text Font Color

.myTextColor { color: #6D6621; }

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

This text font color is #6D6621.


Background Color

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

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

This div background color is #6D6621.


Border color

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

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

This div border color is #6D6621.


Opacity

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

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

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

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

This text has shadow with #6D6621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6621 on black background.


Color preview on white background

This text has color #6D6621 on white background.



Black color preview on #6D6621 background

This text has black color on #6D6621 background.


White color preview on #6D6621 background

This text has white color on #6D6621 background.