COLOR #6D6340

HEX: #6D6340
RGB: (109,99,64)

Color info

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

RGB color model

#6D6340 color RGB value is (109,99,64).

  • red value is 109;
  • green value is 99;
  • blue value is 64.
RGB:
(109,99,64)
(43%,39%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 64 of 255 = 25%

109
99
64

R + G + B ~ 36%. #6D6340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 64 = 272 (100%)
R 109 of 272 ~ 40.07%
G 99 of 272 ~ 36.4%
B 64 of 272 ~ 23.53%

%40.07
%36.4
%23.53

CMYK color model

#6D6340 color CMYK value is (0,9,41,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 41.28%
  • key color value is 57.25%
CMYK:
(0,9,41,57)
C0M9Y41K57 
(0%,9%,41%,57%)
(0.00/0.09/0.41/0.57)	

CMYK percentages

%0
%9.17
%41.28
%57.25

Codes

Color #6D6340 in popluar color models

6D6340
RGB1099964
HSL47°26.01%33.92%
HSB/HSV47°41.28%42.75%
CMYK0.00%9.17%41.28%
57.25%

Color #6D6340 in popluar number systems.

HEX6D6340
Decimal1099964
Binary110110111000111000000
Octal155143100

Shades and tints

Shades of #6D6340

#6D6340
(109,99,64)
#645A3B
(100,90,59)
#5B5136
(91,81,54)
#524831
(82,72,49)
#493F2C
(73,63,44)
#403627
(64,54,39)
#372D22
(55,45,34)
#2E241D
(46,36,29)
#251B18
(37,27,24)
#1C1213
(28,18,19)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #6D6340

#6D6340
(109,99,64)
#7A7151
(122,113,81)
#877F62
(135,127,98)
#948D73
(148,141,115)
#A19B84
(161,155,132)
#AEA995
(174,169,149)
#BBB7A6
(187,183,166)
#C8C5B7
(200,197,183)
#D5D3C8
(213,211,200)
#E2E1D9
(226,225,217)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6340; }

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

This text font color is #6D6340.


Background Color

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

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

This div background color is #6D6340.


Border color

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

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

This div border color is #6D6340.


Opacity

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

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

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

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

This text has shadow with #6D6340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6340 on black background.


Color preview on white background

This text has color #6D6340 on white background.



Black color preview on #6D6340 background

This text has black color on #6D6340 background.


White color preview on #6D6340 background

This text has white color on #6D6340 background.