COLOR #6D7217

HEX: #6D7217
RGB: (109,114,23)

Color info

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

RGB color model

#6D7217 color RGB value is (109,114,23).

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

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 23 of 255 = 9%

109
114
23

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

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 23 = 246 (100%)
R 109 of 246 ~ 44.31%
G 114 of 246 ~ 46.34%
B 23 of 246 ~ 9.35%

%44.31
%46.34

CMYK color model

#6D7217 color CMYK value is (4,0,80,55).

  • cyan value is 4.39%
  • magenta value is 0.00%
  • yellow value is 79.82%
  • key color value is 55.29%
CMYK:
(4,0,80,55)
C4M0Y80K55 
(4%,0%,80%,55%)
(0.04/0.00/0.80/0.55)	

CMYK percentages

%4.39
%0
%79.82
%55.29

Codes

Color #6D7217 in popluar color models

6D7217
RGB10911423
HSL63°66.42%26.86%
HSB/HSV63°79.82%44.71%
CMYK4.39%0.00%79.82%
55.29%

Color #6D7217 in popluar number systems.

HEX6D7217
Decimal10911423
Binary1101101111001010111
Octal15516227

Shades and tints

Shades of #6D7217

#6D7217
(109,114,23)
#646815
(100,104,21)
#5B5E13
(91,94,19)
#525411
(82,84,17)
#494A0F
(73,74,15)
#40400D
(64,64,13)
#37360B
(55,54,11)
#2E2C09
(46,44,9)
#252207
(37,34,7)
#1C1805
(28,24,5)
#130E03
(19,14,3)
#000000
(0,0,0)

Tints of #6D7217

#6D7217
(109,114,23)
#7A7E2C
(122,126,44)
#878A41
(135,138,65)
#949656
(148,150,86)
#A1A26B
(161,162,107)
#AEAE80
(174,174,128)
#BBBA95
(187,186,149)
#C8C6AA
(200,198,170)
#D5D2BF
(213,210,191)
#E2DED4
(226,222,212)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7217; }

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

This text font color is #6D7217.


Background Color

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

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

This div background color is #6D7217.


Border color

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

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

This div border color is #6D7217.


Opacity

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

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

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

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

This text has shadow with #6D7217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7217 on black background.


Color preview on white background

This text has color #6D7217 on white background.



Black color preview on #6D7217 background

This text has black color on #6D7217 background.


White color preview on #6D7217 background

This text has white color on #6D7217 background.