COLOR #6D6B2F

HEX: #6D6B2F
RGB: (109,107,47)

Color info

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

RGB color model

#6D6B2F color RGB value is (109,107,47).

  • red value is 109;
  • green value is 107;
  • blue value is 47.
RGB:
(109,107,47)
(43%,42%,18%)

RGB channels and saturation

R 109 of 255 = 43%
G 107 of 255 = 42%
B 47 of 255 = 18%

109
107
47

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

Portions of RGB colors in percentages

R + G + B =
109 + 107 + 47 = 263 (100%)
R 109 of 263 ~ 41.44%
G 107 of 263 ~ 40.68%
B 47 of 263 ~ 17.87%

%41.44
%40.68
%17.87

CMYK color model

#6D6B2F color CMYK value is (0,2,57,57).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 56.88%
  • key color value is 57.25%
CMYK:
(0,2,57,57)
C0M2Y57K57 
(0%,2%,57%,57%)
(0.00/0.02/0.57/0.57)	

CMYK percentages

%0
%1.83
%56.88
%57.25

Codes

Color #6D6B2F in popluar color models

6D6B2F
RGB10910747
HSL58°39.74%30.59%
HSB/HSV58°56.88%42.75%
CMYK0.00%1.83%56.88%
57.25%

Color #6D6B2F in popluar number systems.

HEX6D6B2F
Decimal10910747
Binary11011011101011101111
Octal15515357

Shades and tints

Shades of #6D6B2F

#6D6B2F
(109,107,47)
#64622B
(100,98,43)
#5B5927
(91,89,39)
#525023
(82,80,35)
#49471F
(73,71,31)
#403E1B
(64,62,27)
#373517
(55,53,23)
#2E2C13
(46,44,19)
#25230F
(37,35,15)
#1C1A0B
(28,26,11)
#131107
(19,17,7)
#000000
(0,0,0)

Tints of #6D6B2F

#6D6B2F
(109,107,47)
#7A7841
(122,120,65)
#878553
(135,133,83)
#949265
(148,146,101)
#A19F77
(161,159,119)
#AEAC89
(174,172,137)
#BBB99B
(187,185,155)
#C8C6AD
(200,198,173)
#D5D3BF
(213,211,191)
#E2E0D1
(226,224,209)
#EFEDE3
(239,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6B2F; }

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

This text font color is #6D6B2F.


Background Color

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

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

This div background color is #6D6B2F.


Border color

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

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

This div border color is #6D6B2F.


Opacity

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

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

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

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

This text has shadow with #6D6B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6B2F on black background.


Color preview on white background

This text has color #6D6B2F on white background.



Black color preview on #6D6B2F background

This text has black color on #6D6B2F background.


White color preview on #6D6B2F background

This text has white color on #6D6B2F background.