COLOR #6D6D1F

HEX: #6D6D1F RGB: (109,109,31)

Color info

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

RGB color model

#6D6D1F color RGB value is (109,109,31).

RGB: (109,109,31) (43%, 43%, 12%)

RGB channels and saturation

R 109 of 255 = 43%
G 109 of 255 = 43%
B 31 of 255 = 12%

109
109
31

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

Portions of RGB colors in percentages

R + G + B = 109 + 109 + 31 = 249 (100%)
R 109 of 249 ~ 43.78%
G 109 of 249 ~ 43.78%
B 31 of 249 ~ 12.45'%

%43.78
%43.78
%12.45

CMYK color model

#6D6D1F color CMYK value is (0,0,72,57).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 71.56%
  • key color value is 57.25%

CMYK: (0,0,72,57)
C0M0Y72K57 (0%, 0%, 72%, 57%)
(0.00 / 0.00 / 0.72 / 0.57)

CMYK percentages

%0
%0
%71.56
%57.25

Codes

Color #6D6D1F in popluar color models

6D 6D 1F
RGB 109 109 31
HSL 60° 55.71% 27.45%
HSB/HSV 60° 71.56% 42.75%
CMYK 0.00% 0.00% 71.56%
57.25%

Color #6D6D1F in popluar number systems.

HEX 6D 6D 1F
Decimal 109 109 31
Binary 1101101 1101101 11111
Octal 155 155 37

Shades and tints

Shades of #6D6D1F

#6D6D1F
(109,109,31)
#64641D
(100,100,29)
#5B5B1B
(91,91,27)
#525219
(82,82,25)
#494917
(73,73,23)
#404015
(64,64,21)
#373713
(55,55,19)
#2E2E11
(46,46,17)
#25250F
(37,37,15)
#1C1C0D
(28,28,13)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #6D6D1F

#6D6D1F
(109,109,31)
#7A7A33
(122,122,51)
#878747
(135,135,71)
#94945B
(148,148,91)
#A1A16F
(161,161,111)
#AEAE83
(174,174,131)
#BBBB97
(187,187,151)
#C8C8AB
(200,200,171)
#D5D5BF
(213,213,191)
#E2E2D3
(226,226,211)
#EFEFE7
(239,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6D1F; }

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

This text font color is #6D6D1F.

Background Color

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

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

This div background color is #6D6D1F.

Border color

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

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

This div border color is #6D6D1F.

Opacity

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

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

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

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

This text has shadow with #6D6D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6D1F.

Preview

Color preview on black background

This text has color #6D6D1F on black background.


Color preview on white background

This text has color #6D6D1F on white background.


Black color preview on #6D6D1F background

This text has black color on #6D6D1F background.


White color preview on #6D6D1F background

This text has white color on #6D6D1F background.


Related colors

Complementary color

Complementary color for #hex is #9292E0.


I love getcolorcode.com