COLOR #6D6C2C

HEX: #6D6C2C
RGB: (109,108,44)

Color info

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

RGB color model

#6D6C2C color RGB value is (109,108,44).

  • red value is 109;
  • green value is 108;
  • blue value is 44.
RGB:
(109,108,44)
(43%,42%,17%)

RGB channels and saturation

R 109 of 255 = 43%
G 108 of 255 = 42%
B 44 of 255 = 17%

109
108
44

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

Portions of RGB colors in percentages

R + G + B =
109 + 108 + 44 = 261 (100%)
R 109 of 261 ~ 41.76%
G 108 of 261 ~ 41.38%
B 44 of 261 ~ 16.86%

%41.76
%41.38
%16.86

CMYK color model

#6D6C2C color CMYK value is (0,1,60,57).

  • cyan value is 0.00%
  • magenta value is 0.92%
  • yellow value is 59.63%
  • key color value is 57.25%
CMYK:
(0,1,60,57)
C0M1Y60K57 
(0%,1%,60%,57%)
(0.00/0.01/0.60/0.57)	

CMYK percentages

%0
%0.92
%59.63
%57.25

Codes

Color #6D6C2C in popluar color models

6D6C2C
RGB10910844
HSL59°42.48%30.00%
HSB/HSV59°59.63%42.75%
CMYK0.00%0.92%59.63%
57.25%

Color #6D6C2C in popluar number systems.

HEX6D6C2C
Decimal10910844
Binary11011011101100101100
Octal15515454

Shades and tints

Shades of #6D6C2C

#6D6C2C
(109,108,44)
#646328
(100,99,40)
#5B5A24
(91,90,36)
#525120
(82,81,32)
#49481C
(73,72,28)
#403F18
(64,63,24)
#373614
(55,54,20)
#2E2D10
(46,45,16)
#25240C
(37,36,12)
#1C1B08
(28,27,8)
#131204
(19,18,4)
#000000
(0,0,0)

Tints of #6D6C2C

#6D6C2C
(109,108,44)
#7A793F
(122,121,63)
#878652
(135,134,82)
#949365
(148,147,101)
#A1A078
(161,160,120)
#AEAD8B
(174,173,139)
#BBBA9E
(187,186,158)
#C8C7B1
(200,199,177)
#D5D4C4
(213,212,196)
#E2E1D7
(226,225,215)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6C2C; }

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

This text font color is #6D6C2C.


Background Color

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

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

This div background color is #6D6C2C.


Border color

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

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

This div border color is #6D6C2C.


Opacity

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

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

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

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

This text has shadow with #6D6C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6C2C on black background.


Color preview on white background

This text has color #6D6C2C on white background.



Black color preview on #6D6C2C background

This text has black color on #6D6C2C background.


White color preview on #6D6C2C background

This text has white color on #6D6C2C background.