COLOR #6D6443

HEX: #6D6443
RGB: (109,100,67)

Color info

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

RGB color model

#6D6443 color RGB value is (109,100,67).

  • red value is 109;
  • green value is 100;
  • blue value is 67.
RGB:
(109,100,67)
(43%,39%,26%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 67 of 255 = 26%

109
100
67

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 67 = 276 (100%)
R 109 of 276 ~ 39.49%
G 100 of 276 ~ 36.23%
B 67 of 276 ~ 24.28%

%39.49
%36.23
%24.28

CMYK color model

#6D6443 color CMYK value is (0,8,39,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 38.53%
  • key color value is 57.25%
CMYK:
(0,8,39,57)
C0M8Y39K57 
(0%,8%,39%,57%)
(0.00/0.08/0.39/0.57)	

CMYK percentages

%0
%8.26
%38.53
%57.25

Codes

Color #6D6443 in popluar color models

6D6443
RGB10910067
HSL47°23.86%34.51%
HSB/HSV47°38.53%42.75%
CMYK0.00%8.26%38.53%
57.25%

Color #6D6443 in popluar number systems.

HEX6D6443
Decimal10910067
Binary110110111001001000011
Octal155144103

Shades and tints

Shades of #6D6443

#6D6443
(109,100,67)
#645B3D
(100,91,61)
#5B5237
(91,82,55)
#524931
(82,73,49)
#49402B
(73,64,43)
#403725
(64,55,37)
#372E1F
(55,46,31)
#2E2519
(46,37,25)
#251C13
(37,28,19)
#1C130D
(28,19,13)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #6D6443

#6D6443
(109,100,67)
#7A7254
(122,114,84)
#878065
(135,128,101)
#948E76
(148,142,118)
#A19C87
(161,156,135)
#AEAA98
(174,170,152)
#BBB8A9
(187,184,169)
#C8C6BA
(200,198,186)
#D5D4CB
(213,212,203)
#E2E2DC
(226,226,220)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6443 color. Also use rgb(109,100,67) instead hex code.

Text Font Color

.myTextColor { color: #6D6443; }

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

This text font color is #6D6443.


Background Color

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

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

This div background color is #6D6443.


Border color

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

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

This div border color is #6D6443.


Opacity

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

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

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

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

This text has shadow with #6D6443 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6443 on black background.


Color preview on white background

This text has color #6D6443 on white background.



Black color preview on #6D6443 background

This text has black color on #6D6443 background.


White color preview on #6D6443 background

This text has white color on #6D6443 background.