COLOR #6D2700

HEX: #6D2700
RGB: (109,39,0)

Color info

#6D2700 contains mainly red color. Web safe color of #6D2700 is #663300 (or #630).

RGB color model

#6D2700 color RGB value is (109,39,0).

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

RGB channels and saturation

R 109 of 255 = 43%
G 39 of 255 = 15%
B 0 of 255 = 0%

109
39
0

R + G + B ~ 19%. #6D2700 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 39 + 0 = 148 (100%)
R 109 of 148 ~ 73.65%
G 39 of 148 ~ 26.35%
B 0 of 148 ~ 0%

%73.65
%26.35

CMYK color model

#6D2700 color CMYK value is (0,64,100,57).

  • cyan value is 0.00%
  • magenta value is 64.22%
  • yellow value is 100.00%
  • key color value is 57.25%
CMYK:
(0,64,100,57)
C0M64Y100K57 
(0%,64%,100%,57%)
(0.00/0.64/1.00/0.57)	

CMYK percentages

%0
%64.22
%100
%57.25

Codes

Color #6D2700 in popluar color models

6D2700
RGB109390
HSL21°100.00%21.37%
HSB/HSV21°100.00%42.75%
CMYK0.00%64.22%100.00%
57.25%

Color #6D2700 in popluar number systems.

HEX6D2700
Decimal109390
Binary11011011001110
Octal155470

Shades and tints

Shades of #6D2700

#6D2700
(109,39,0)
#642400
(100,36,0)
#5B2100
(91,33,0)
#521E00
(82,30,0)
#491B00
(73,27,0)
#401800
(64,24,0)
#371500
(55,21,0)
#2E1200
(46,18,0)
#250F00
(37,15,0)
#1C0C00
(28,12,0)
#130900
(19,9,0)
#000000
(0,0,0)

Tints of #6D2700

#6D2700
(109,39,0)
#7A3A17
(122,58,23)
#874D2E
(135,77,46)
#946045
(148,96,69)
#A1735C
(161,115,92)
#AE8673
(174,134,115)
#BB998A
(187,153,138)
#C8ACA1
(200,172,161)
#D5BFB8
(213,191,184)
#E2D2CF
(226,210,207)
#EFE5E6
(239,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D2700; }

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

This text font color is #6D2700.


Background Color

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

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

This div background color is #6D2700.


Border color

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

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

This div border color is #6D2700.


Opacity

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

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

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

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

This text has shadow with #6D2700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2700 on black background.


Color preview on white background

This text has color #6D2700 on white background.



Black color preview on #6D2700 background

This text has black color on #6D2700 background.


White color preview on #6D2700 background

This text has white color on #6D2700 background.