COLOR #6D3207

HEX: #6D3207
RGB: (109,50,7)

Color info

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

RGB color model

#6D3207 color RGB value is (109,50,7).

  • red value is 109;
  • green value is 50;
  • blue value is 7.
RGB:
(109,50,7)
(43%,20%,3%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 7 of 255 = 3%

109
50
7

R + G + B ~ 22%. #6D3207 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 7 = 166 (100%)
R 109 of 166 ~ 65.66%
G 50 of 166 ~ 30.12%
B 7 of 166 ~ 4.22%

%65.66
%30.12

CMYK color model

#6D3207 color CMYK value is (0,54,94,57).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 93.58%
  • key color value is 57.25%
CMYK:
(0,54,94,57)
C0M54Y94K57 
(0%,54%,94%,57%)
(0.00/0.54/0.94/0.57)	

CMYK percentages

%0
%54.13
%93.58
%57.25

Codes

Color #6D3207 in popluar color models

6D3207
RGB109507
HSL25°87.93%22.75%
HSB/HSV25°93.58%42.75%
CMYK0.00%54.13%93.58%
57.25%

Color #6D3207 in popluar number systems.

HEX6D3207
Decimal109507
Binary1101101110010111
Octal155627

Shades and tints

Shades of #6D3207

#6D3207
(109,50,7)
#642E07
(100,46,7)
#5B2A07
(91,42,7)
#522607
(82,38,7)
#492207
(73,34,7)
#401E07
(64,30,7)
#371A07
(55,26,7)
#2E1607
(46,22,7)
#251207
(37,18,7)
#1C0E07
(28,14,7)
#130A07
(19,10,7)
#000000
(0,0,0)

Tints of #6D3207

#6D3207
(109,50,7)
#7A441D
(122,68,29)
#875633
(135,86,51)
#946849
(148,104,73)
#A17A5F
(161,122,95)
#AE8C75
(174,140,117)
#BB9E8B
(187,158,139)
#C8B0A1
(200,176,161)
#D5C2B7
(213,194,183)
#E2D4CD
(226,212,205)
#EFE6E3
(239,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3207 color. Also use rgb(109,50,7) instead hex code.

Text Font Color

.myTextColor { color: #6D3207; }

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

This text font color is #6D3207.


Background Color

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

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

This div background color is #6D3207.


Border color

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

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

This div border color is #6D3207.


Opacity

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

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

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

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

This text has shadow with #6D3207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3207 on black background.


Color preview on white background

This text has color #6D3207 on white background.



Black color preview on #6D3207 background

This text has black color on #6D3207 background.


White color preview on #6D3207 background

This text has white color on #6D3207 background.