COLOR #6D4705

HEX: #6D4705 RGB: (109,71,5)

Color info

#6D4705 contains mainly red and green colors. Web safe color of #6D4705 is #663300 (or #630).

RGB color model

#6D4705 color RGB value is (109,71,5).

RGB: (109,71,5) (43%, 28%, 2%)

RGB channels and saturation

R 109 of 255 = 43%
G 71 of 255 = 28%
B 5 of 255 = 2%

109
71
5

R + G + B ~ 24%. #6D4705 is dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 71 + 5 = 185 (100%)
R 109 of 185 ~ 58.92%
G 71 of 185 ~ 38.38%
B 5 of 185 ~ 2.7'%

%58.92
%38.38

CMYK color model

#6D4705 color CMYK value is (0,35,95,57).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 95.41%
  • key color value is 57.25%

CMYK: (0,35,95,57)
C0M35Y95K57 (0%, 35%, 95%, 57%)
(0.00 / 0.35 / 0.95 / 0.57)

CMYK percentages

%0
%34.86
%95.41
%57.25

Codes

Color #6D4705 in popluar color models

6D 47 05
RGB 109 71 5
HSL 38° 91.23% 22.35%
HSB/HSV 38° 95.41% 42.75%
CMYK 0.00% 34.86% 95.41%
57.25%

Color #6D4705 in popluar number systems.

HEX 6D 47 05
Decimal 109 71 5
Binary 1101101 1000111 101
Octal 155 107 5

Shades and tints

Shades of #6D4705

#6D4705
(109,71,5)
#644105
(100,65,5)
#5B3B05
(91,59,5)
#523505
(82,53,5)
#492F05
(73,47,5)
#402905
(64,41,5)
#372305
(55,35,5)
#2E1D05
(46,29,5)
#251705
(37,23,5)
#1C1105
(28,17,5)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #6D4705

#6D4705
(109,71,5)
#7A571B
(122,87,27)
#876731
(135,103,49)
#947747
(148,119,71)
#A1875D
(161,135,93)
#AE9773
(174,151,115)
#BBA789
(187,167,137)
#C8B79F
(200,183,159)
#D5C7B5
(213,199,181)
#E2D7CB
(226,215,203)
#EFE7E1
(239,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4705 color. Also use rgb(109,71,5) instead hex code.

Text Font Color

.myTextColor { color: #6D4705; }

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

This text font color is #6D4705.

Background Color

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

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

This div background color is #6D4705.

Border color

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

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

This div border color is #6D4705.

Opacity

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

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

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

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

This text has shadow with #6D4705 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D4705.

Preview

Color preview on black background

This text has color #6D4705 on black background.


Color preview on white background

This text has color #6D4705 on white background.


Black color preview on #6D4705 background

This text has black color on #6D4705 background.


White color preview on #6D4705 background

This text has white color on #6D4705 background.


Related colors

Complementary color

Complementary color for #hex is #92B8FA.


I love getcolorcode.com

Triadic colors

1 #056D47 and #47056D with #6D4705 are triadic colors.

2 #05476D and #476D05 with #6D4705 are triadic colors.