COLOR #6D7622

HEX: #6D7622
RGB: (109,118,34)

Color info

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

RGB color model

#6D7622 color RGB value is (109,118,34).

  • red value is 109;
  • green value is 118;
  • blue value is 34.
RGB:
(109,118,34)
(43%,46%,13%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 34 of 255 = 13%

109
118
34

R + G + B ~ 34%. #6D7622 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 34 = 261 (100%)
R 109 of 261 ~ 41.76%
G 118 of 261 ~ 45.21%
B 34 of 261 ~ 13.03%

%41.76
%45.21
%13.03

CMYK color model

#6D7622 color CMYK value is (8,0,71,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 71.19%
  • key color value is 53.73%
CMYK:
(8,0,71,54)
C8M0Y71K54 
(8%,0%,71%,54%)
(0.08/0.00/0.71/0.54)	

CMYK percentages

%7.63
%0
%71.19
%53.73

Codes

Color #6D7622 in popluar color models

6D7622
RGB10911834
HSL66°55.26%29.80%
HSB/HSV66°71.19%46.27%
CMYK7.63%0.00%71.19%
53.73%

Color #6D7622 in popluar number systems.

HEX6D7622
Decimal10911834
Binary11011011110110100010
Octal15516642

Shades and tints

Shades of #6D7622

#6D7622
(109,118,34)
#646C1F
(100,108,31)
#5B621C
(91,98,28)
#525819
(82,88,25)
#494E16
(73,78,22)
#404413
(64,68,19)
#373A10
(55,58,16)
#2E300D
(46,48,13)
#25260A
(37,38,10)
#1C1C07
(28,28,7)
#131204
(19,18,4)
#000000
(0,0,0)

Tints of #6D7622

#6D7622
(109,118,34)
#7A8236
(122,130,54)
#878E4A
(135,142,74)
#949A5E
(148,154,94)
#A1A672
(161,166,114)
#AEB286
(174,178,134)
#BBBE9A
(187,190,154)
#C8CAAE
(200,202,174)
#D5D6C2
(213,214,194)
#E2E2D6
(226,226,214)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7622 color. Also use rgb(109,118,34) instead hex code.

Text Font Color

.myTextColor { color: #6D7622; }

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

This text font color is #6D7622.


Background Color

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

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

This div background color is #6D7622.


Border color

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

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

This div border color is #6D7622.


Opacity

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

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

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

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

This text has shadow with #6D7622 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7622 on black background.


Color preview on white background

This text has color #6D7622 on white background.



Black color preview on #6D7622 background

This text has black color on #6D7622 background.


White color preview on #6D7622 background

This text has white color on #6D7622 background.