COLOR #6D2814

HEX: #6D2814
RGB: (109,40,20)

Color info

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

RGB color model

#6D2814 color RGB value is (109,40,20).

  • red value is 109;
  • green value is 40;
  • blue value is 20.
RGB:
(109,40,20)
(43%,16%,8%)

RGB channels and saturation

R 109 of 255 = 43%
G 40 of 255 = 16%
B 20 of 255 = 8%

109
40
20

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

Portions of RGB colors in percentages

R + G + B =
109 + 40 + 20 = 169 (100%)
R 109 of 169 ~ 64.5%
G 40 of 169 ~ 23.67%
B 20 of 169 ~ 11.83%

%64.5
%23.67
%11.83

CMYK color model

#6D2814 color CMYK value is (0,63,82,57).

  • cyan value is 0.00%
  • magenta value is 63.30%
  • yellow value is 81.65%
  • key color value is 57.25%
CMYK:
(0,63,82,57)
C0M63Y82K57 
(0%,63%,82%,57%)
(0.00/0.63/0.82/0.57)	

CMYK percentages

%0
%63.3
%81.65
%57.25

Codes

Color #6D2814 in popluar color models

6D2814
RGB1094020
HSL13°68.99%25.29%
HSB/HSV13°81.65%42.75%
CMYK0.00%63.30%81.65%
57.25%

Color #6D2814 in popluar number systems.

HEX6D2814
Decimal1094020
Binary110110110100010100
Octal1555024

Shades and tints

Shades of #6D2814

#6D2814
(109,40,20)
#642513
(100,37,19)
#5B2212
(91,34,18)
#521F11
(82,31,17)
#491C10
(73,28,16)
#40190F
(64,25,15)
#37160E
(55,22,14)
#2E130D
(46,19,13)
#25100C
(37,16,12)
#1C0D0B
(28,13,11)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #6D2814

#6D2814
(109,40,20)
#7A3B29
(122,59,41)
#874E3E
(135,78,62)
#946153
(148,97,83)
#A17468
(161,116,104)
#AE877D
(174,135,125)
#BB9A92
(187,154,146)
#C8ADA7
(200,173,167)
#D5C0BC
(213,192,188)
#E2D3D1
(226,211,209)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2814 color. Also use rgb(109,40,20) instead hex code.

Text Font Color

.myTextColor { color: #6D2814; }

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

This text font color is #6D2814.


Background Color

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

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

This div background color is #6D2814.


Border color

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

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

This div border color is #6D2814.


Opacity

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

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

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

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

This text has shadow with #6D2814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2814 on black background.


Color preview on white background

This text has color #6D2814 on white background.



Black color preview on #6D2814 background

This text has black color on #6D2814 background.


White color preview on #6D2814 background

This text has white color on #6D2814 background.