COLOR #6D813C

HEX: #6D813C RGB: (109,129,60)

Color info

#6D813C contains mainly red and green colors. Web safe color of #6D813C is #669933 (or #693).

RGB color model

#6D813C color RGB value is (109,129,60).

RGB: (109,129,60) (43%, 51%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 129 of 255 = 51%
B 60 of 255 = 24%

109
129
60

R + G + B ~ 39%. #6D813C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 129 + 60 = 298 (100%)
R 109 of 298 ~ 36.58%
G 129 of 298 ~ 43.29%
B 60 of 298 ~ 20.13'%

%36.58
%43.29
%20.13

CMYK color model

#6D813C color CMYK value is (16,0,53,49).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 53.49%
  • key color value is 49.41%
CMYK: (16,0,53,49) C16M0Y53K49 (16%,0%,53%,49%) (0.16/0.00/0.53/0.49) 

CMYK percentages

%15.5
%0
%53.49
%49.41

Codes

Color #6D813C in popluar color models

6D 81 3C
RGB 109 129 60
HSL 77° 36.51% 37.06%
HSB/HSV 77° 53.49% 50.59%
CMYK 15.50% 0.00% 53.49%
49.41%

Color #6D813C in popluar number systems.

HEX 6D 81 3C
Decimal 109 129 60
Binary 1101101 10000001 111100
Octal 155 201 74

Shades and tints

Shades of #6D813C

#6D813C
(109,129,60)
#647637
(100,118,55)
#5B6B32
(91,107,50)
#52602D
(82,96,45)
#495528
(73,85,40)
#404A23
(64,74,35)
#373F1E
(55,63,30)
#2E3419
(46,52,25)
#252914
(37,41,20)
#1C1E0F
(28,30,15)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #6D813C

#6D813C
(109,129,60)
#7A8C4D
(122,140,77)
#87975E
(135,151,94)
#94A26F
(148,162,111)
#A1AD80
(161,173,128)
#AEB891
(174,184,145)
#BBC3A2
(187,195,162)
#C8CEB3
(200,206,179)
#D5D9C4
(213,217,196)
#E2E4D5
(226,228,213)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D813C color. Also use rgb(109,129,60) instead hex code.

Text Font Color

.myTextColor { color: #6D813C; }

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

This text font color is #6D813C.

Background Color

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

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

This div background color is #6D813C.

Border color

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

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

This div border color is #6D813C.

Opacity

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

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

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

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

This text has shadow with #6D813C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D813C.

Preview

Color preview on black background

This text has color #6D813C on black background.


Color preview on white background

This text has color #6D813C on white background.


Black color preview on #6D813C background

This text has black color on #6D813C background.


White color preview on #6D813C background

This text has white color on #6D813C background.


Related colors

Complementary color

Complementary color for #hex is #927EC3.


I love getcolorcode.com

Triadic colors

1 #3C6D81 and #813C6D with #6D813C are triadic colors.

2 #3C816D and #816D3C with #6D813C are triadic colors.