COLOR #6D3902

HEX: #6D3902
RGB: (109,57,2)

Color info

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

RGB color model

#6D3902 color RGB value is (109,57,2).

  • red value is 109;
  • green value is 57;
  • blue value is 2.
RGB:
(109,57,2)
(43%,22%,1%)

RGB channels and saturation

R 109 of 255 = 43%
G 57 of 255 = 22%
B 2 of 255 = 1%

109
57
2

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

Portions of RGB colors in percentages

R + G + B =
109 + 57 + 2 = 168 (100%)
R 109 of 168 ~ 64.88%
G 57 of 168 ~ 33.93%
B 2 of 168 ~ 1.19%

%64.88
%33.93

CMYK color model

#6D3902 color CMYK value is (0,48,98,57).

  • cyan value is 0.00%
  • magenta value is 47.71%
  • yellow value is 98.17%
  • key color value is 57.25%
CMYK:
(0,48,98,57)
C0M48Y98K57 
(0%,48%,98%,57%)
(0.00/0.48/0.98/0.57)	

CMYK percentages

%0
%47.71
%98.17
%57.25

Codes

Color #6D3902 in popluar color models

6D3902
RGB109572
HSL31°96.40%21.76%
HSB/HSV31°98.17%42.75%
CMYK0.00%47.71%98.17%
57.25%

Color #6D3902 in popluar number systems.

HEX6D3902
Decimal109572
Binary110110111100110
Octal155712

Shades and tints

Shades of #6D3902

#6D3902
(109,57,2)
#643402
(100,52,2)
#5B2F02
(91,47,2)
#522A02
(82,42,2)
#492502
(73,37,2)
#402002
(64,32,2)
#371B02
(55,27,2)
#2E1602
(46,22,2)
#251102
(37,17,2)
#1C0C02
(28,12,2)
#130702
(19,7,2)
#000000
(0,0,0)

Tints of #6D3902

#6D3902
(109,57,2)
#7A4B19
(122,75,25)
#875D30
(135,93,48)
#946F47
(148,111,71)
#A1815E
(161,129,94)
#AE9375
(174,147,117)
#BBA58C
(187,165,140)
#C8B7A3
(200,183,163)
#D5C9BA
(213,201,186)
#E2DBD1
(226,219,209)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3902 color. Also use rgb(109,57,2) instead hex code.

Text Font Color

.myTextColor { color: #6D3902; }

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

This text font color is #6D3902.


Background Color

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

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

This div background color is #6D3902.


Border color

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

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

This div border color is #6D3902.


Opacity

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

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

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

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

This text has shadow with #6D3902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3902 on black background.


Color preview on white background

This text has color #6D3902 on white background.



Black color preview on #6D3902 background

This text has black color on #6D3902 background.


White color preview on #6D3902 background

This text has white color on #6D3902 background.