COLOR #6D3300

HEX: #6D3300
RGB: (109,51,0)

Color info

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

RGB color model

#6D3300 color RGB value is (109,51,0).

  • red value is 109;
  • green value is 51;
  • blue value is 0.
RGB:
(109,51,0)
(43%,20%,0%)

RGB channels and saturation

R 109 of 255 = 43%
G 51 of 255 = 20%
B 0 of 255 = 0%

109
51
0

R + G + B ~ 21%. #6D3300 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 51 + 0 = 160 (100%)
R 109 of 160 ~ 68.13%
G 51 of 160 ~ 31.88%
B 0 of 160 ~ 0%

%68.13
%31.88

CMYK color model

#6D3300 color CMYK value is (0,53,100,57).

  • cyan value is 0.00%
  • magenta value is 53.21%
  • yellow value is 100.00%
  • key color value is 57.25%
CMYK:
(0,53,100,57)
C0M53Y100K57 
(0%,53%,100%,57%)
(0.00/0.53/1.00/0.57)	

CMYK percentages

%0
%53.21
%100
%57.25

Codes

Color #6D3300 in popluar color models

6D3300
RGB109510
HSL28°100.00%21.37%
HSB/HSV28°100.00%42.75%
CMYK0.00%53.21%100.00%
57.25%

Color #6D3300 in popluar number systems.

HEX6D3300
Decimal109510
Binary11011011100110
Octal155630

Shades and tints

Shades of #6D3300

#6D3300
(109,51,0)
#642F00
(100,47,0)
#5B2B00
(91,43,0)
#522700
(82,39,0)
#492300
(73,35,0)
#401F00
(64,31,0)
#371B00
(55,27,0)
#2E1700
(46,23,0)
#251300
(37,19,0)
#1C0F00
(28,15,0)
#130B00
(19,11,0)
#000000
(0,0,0)

Tints of #6D3300

#6D3300
(109,51,0)
#7A4517
(122,69,23)
#87572E
(135,87,46)
#946945
(148,105,69)
#A17B5C
(161,123,92)
#AE8D73
(174,141,115)
#BB9F8A
(187,159,138)
#C8B1A1
(200,177,161)
#D5C3B8
(213,195,184)
#E2D5CF
(226,213,207)
#EFE7E6
(239,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3300 color. Also use rgb(109,51,0) instead hex code.

Text Font Color

.myTextColor { color: #6D3300; }

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

This text font color is #6D3300.


Background Color

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

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

This div background color is #6D3300.


Border color

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

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

This div border color is #6D3300.


Opacity

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

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

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

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

This text has shadow with #6D3300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3300 on black background.


Color preview on white background

This text has color #6D3300 on white background.



Black color preview on #6D3300 background

This text has black color on #6D3300 background.


White color preview on #6D3300 background

This text has white color on #6D3300 background.