COLOR #6D6649

HEX: #6D6649
RGB: (109,102,73)

Color info

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

RGB color model

#6D6649 color RGB value is (109,102,73).

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

RGB channels and saturation

R 109 of 255 = 43%
G 102 of 255 = 40%
B 73 of 255 = 29%

109
102
73

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

Portions of RGB colors in percentages

R + G + B =
109 + 102 + 73 = 284 (100%)
R 109 of 284 ~ 38.38%
G 102 of 284 ~ 35.92%
B 73 of 284 ~ 25.7%

%38.38
%35.92
%25.7

CMYK color model

#6D6649 color CMYK value is (0,6,33,57).

  • cyan value is 0.00%
  • magenta value is 6.42%
  • yellow value is 33.03%
  • key color value is 57.25%
CMYK:
(0,6,33,57)
C0M6Y33K57 
(0%,6%,33%,57%)
(0.00/0.06/0.33/0.57)	

CMYK percentages

%0
%6.42
%33.03
%57.25

Codes

Color #6D6649 in popluar color models

6D6649
RGB10910273
HSL48°19.78%35.69%
HSB/HSV48°33.03%42.75%
CMYK0.00%6.42%33.03%
57.25%

Color #6D6649 in popluar number systems.

HEX6D6649
Decimal10910273
Binary110110111001101001001
Octal155146111

Shades and tints

Shades of #6D6649

#6D6649
(109,102,73)
#645D43
(100,93,67)
#5B543D
(91,84,61)
#524B37
(82,75,55)
#494231
(73,66,49)
#40392B
(64,57,43)
#373025
(55,48,37)
#2E271F
(46,39,31)
#251E19
(37,30,25)
#1C1513
(28,21,19)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D6649

#6D6649
(109,102,73)
#7A7359
(122,115,89)
#878069
(135,128,105)
#948D79
(148,141,121)
#A19A89
(161,154,137)
#AEA799
(174,167,153)
#BBB4A9
(187,180,169)
#C8C1B9
(200,193,185)
#D5CEC9
(213,206,201)
#E2DBD9
(226,219,217)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6649; }

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

This text font color is #6D6649.


Background Color

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

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

This div background color is #6D6649.


Border color

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

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

This div border color is #6D6649.


Opacity

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

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

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

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

This text has shadow with #6D6649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6649 on black background.


Color preview on white background

This text has color #6D6649 on white background.



Black color preview on #6D6649 background

This text has black color on #6D6649 background.


White color preview on #6D6649 background

This text has white color on #6D6649 background.