COLOR #6D4305

HEX: #6D4305
RGB: (109,67,5)

Color info

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

RGB color model

#6D4305 color RGB value is (109,67,5).

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

RGB channels and saturation

R 109 of 255 = 43%
G 67 of 255 = 26%
B 5 of 255 = 2%

109
67
5

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

Portions of RGB colors in percentages

R + G + B =
109 + 67 + 5 = 181 (100%)
R 109 of 181 ~ 60.22%
G 67 of 181 ~ 37.02%
B 5 of 181 ~ 2.76%

%60.22
%37.02

CMYK color model

#6D4305 color CMYK value is (0,39,95,57).

  • cyan value is 0.00%
  • magenta value is 38.53%
  • yellow value is 95.41%
  • key color value is 57.25%
CMYK:
(0,39,95,57)
C0M39Y95K57 
(0%,39%,95%,57%)
(0.00/0.39/0.95/0.57)	

CMYK percentages

%0
%38.53
%95.41
%57.25

Codes

Color #6D4305 in popluar color models

6D4305
RGB109675
HSL36°91.23%22.35%
HSB/HSV36°95.41%42.75%
CMYK0.00%38.53%95.41%
57.25%

Color #6D4305 in popluar number systems.

HEX6D4305
Decimal109675
Binary11011011000011101
Octal1551035

Shades and tints

Shades of #6D4305

#6D4305
(109,67,5)
#643D05
(100,61,5)
#5B3705
(91,55,5)
#523105
(82,49,5)
#492B05
(73,43,5)
#402505
(64,37,5)
#371F05
(55,31,5)
#2E1905
(46,25,5)
#251305
(37,19,5)
#1C0D05
(28,13,5)
#130705
(19,7,5)
#000000
(0,0,0)

Tints of #6D4305

#6D4305
(109,67,5)
#7A541B
(122,84,27)
#876531
(135,101,49)
#947647
(148,118,71)
#A1875D
(161,135,93)
#AE9873
(174,152,115)
#BBA989
(187,169,137)
#C8BA9F
(200,186,159)
#D5CBB5
(213,203,181)
#E2DCCB
(226,220,203)
#EFEDE1
(239,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4305; }

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

This text font color is #6D4305.


Background Color

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

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

This div background color is #6D4305.


Border color

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

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

This div border color is #6D4305.


Opacity

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

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

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

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

This text has shadow with #6D4305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4305 on black background.


Color preview on white background

This text has color #6D4305 on white background.



Black color preview on #6D4305 background

This text has black color on #6D4305 background.


White color preview on #6D4305 background

This text has white color on #6D4305 background.