COLOR #6D6644

HEX: #6D6644
RGB: (109,102,68)

Color info

#6D6644 contains red, green and blue colors in about the same proportion. Web safe color of #6D6644 is #666633 (or #663).

RGB color model

#6D6644 color RGB value is (109,102,68).

  • red value is 109;
  • green value is 102;
  • blue value is 68.
RGB:
(109,102,68)
(43%,40%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 68 of 255 = 27%

109
102
68

R + G + B ~ 37%. #6D6644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 68 = 279 (100%)
R 109 of 279 ~ 39.07%
G 102 of 279 ~ 36.56%
B 68 of 279 ~ 24.37%

%39.07
%36.56
%24.37

CMYK color model

#6D6644 color CMYK value is (0,6,38,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 37.61%
  • key color value is 57.25%
CMYK:
(0,6,38,57)
C0M6Y38K57 
(0%,6%,38%,57%)
(0.00/0.06/0.38/0.57)	

CMYK percentages

%0
%6.42
%37.61
%57.25

Codes

Color #6D6644 in popluar color models

6D6644
RGB10910268
HSL50°23.16%34.71%
HSB/HSV50°37.61%42.75%
CMYK0.00%6.42%37.61%
57.25%

Color #6D6644 in popluar number systems.

HEX6D6644
Decimal10910268
Binary110110111001101000100
Octal155146104

Shades and tints

Shades of #6D6644

#6D6644
(109,102,68)
#645D3E
(100,93,62)
#5B5438
(91,84,56)
#524B32
(82,75,50)
#49422C
(73,66,44)
#403926
(64,57,38)
#373020
(55,48,32)
#2E271A
(46,39,26)
#251E14
(37,30,20)
#1C150E
(28,21,14)
#130C08
(19,12,8)
#000000
(0,0,0)

Tints of #6D6644

#6D6644
(109,102,68)
#7A7355
(122,115,85)
#878066
(135,128,102)
#948D77
(148,141,119)
#A19A88
(161,154,136)
#AEA799
(174,167,153)
#BBB4AA
(187,180,170)
#C8C1BB
(200,193,187)
#D5CECC
(213,206,204)
#E2DBDD
(226,219,221)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6644; }

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

This text font color is #6D6644.


Background Color

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

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

This div background color is #6D6644.


Border color

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

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

This div border color is #6D6644.


Opacity

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

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

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

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

This text has shadow with #6D6644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6644 on black background.


Color preview on white background

This text has color #6D6644 on white background.



Black color preview on #6D6644 background

This text has black color on #6D6644 background.


White color preview on #6D6644 background

This text has white color on #6D6644 background.