COLOR #6D7219

HEX: #6D7219
RGB: (109,114,25)

Color info

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

RGB color model

#6D7219 color RGB value is (109,114,25).

  • red value is 109;
  • green value is 114;
  • blue value is 25.
RGB:
(109,114,25)
(43%,45%,10%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 25 of 255 = 10%

109
114
25

R + G + B ~ 33%. #6D7219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 25 = 248 (100%)
R 109 of 248 ~ 43.95%
G 114 of 248 ~ 45.97%
B 25 of 248 ~ 10.08%

%43.95
%45.97
%10.08

CMYK color model

#6D7219 color CMYK value is (4,0,78,55).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 78.07%
  • key color value is 55.29%
CMYK:
(4,0,78,55)
C4M0Y78K55 
(4%,0%,78%,55%)
(0.04/0.00/0.78/0.55)	

CMYK percentages

%4.39
%0
%78.07
%55.29

Codes

Color #6D7219 in popluar color models

6D7219
RGB10911425
HSL63°64.03%27.25%
HSB/HSV63°78.07%44.71%
CMYK4.39%0.00%78.07%
55.29%

Color #6D7219 in popluar number systems.

HEX6D7219
Decimal10911425
Binary1101101111001011001
Octal15516231

Shades and tints

Shades of #6D7219

#6D7219
(109,114,25)
#646817
(100,104,23)
#5B5E15
(91,94,21)
#525413
(82,84,19)
#494A11
(73,74,17)
#40400F
(64,64,15)
#37360D
(55,54,13)
#2E2C0B
(46,44,11)
#252209
(37,34,9)
#1C1807
(28,24,7)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #6D7219

#6D7219
(109,114,25)
#7A7E2D
(122,126,45)
#878A41
(135,138,65)
#949655
(148,150,85)
#A1A269
(161,162,105)
#AEAE7D
(174,174,125)
#BBBA91
(187,186,145)
#C8C6A5
(200,198,165)
#D5D2B9
(213,210,185)
#E2DECD
(226,222,205)
#EFEAE1
(239,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7219 color. Also use rgb(109,114,25) instead hex code.

Text Font Color

.myTextColor { color: #6D7219; }

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

This text font color is #6D7219.


Background Color

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

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

This div background color is #6D7219.


Border color

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

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

This div border color is #6D7219.


Opacity

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

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

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

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

This text has shadow with #6D7219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7219 on black background.


Color preview on white background

This text has color #6D7219 on white background.



Black color preview on #6D7219 background

This text has black color on #6D7219 background.


White color preview on #6D7219 background

This text has white color on #6D7219 background.