COLOR #6D3B0E

HEX: #6D3B0E
RGB: (109,59,14)

Color info

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

RGB color model

#6D3B0E color RGB value is (109,59,14).

  • red value is 109;
  • green value is 59;
  • blue value is 14.
RGB:
(109,59,14)
(43%,23%,5%)

RGB channels and saturation

R 109 of 255 = 43%
G 59 of 255 = 23%
B 14 of 255 = 5%

109
59
14

R + G + B ~ 24%. #6D3B0E is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 59 + 14 = 182 (100%)
R 109 of 182 ~ 59.89%
G 59 of 182 ~ 32.42%
B 14 of 182 ~ 7.69%

%59.89
%32.42

CMYK color model

#6D3B0E color CMYK value is (0,46,87,57).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 87.16%
  • key color value is 57.25%
CMYK:
(0,46,87,57)
C0M46Y87K57 
(0%,46%,87%,57%)
(0.00/0.46/0.87/0.57)	

CMYK percentages

%0
%45.87
%87.16
%57.25

Codes

Color #6D3B0E in popluar color models

6D3B0E
RGB1095914
HSL28°77.24%24.12%
HSB/HSV28°87.16%42.75%
CMYK0.00%45.87%87.16%
57.25%

Color #6D3B0E in popluar number systems.

HEX6D3B0E
Decimal1095914
Binary11011011110111110
Octal1557316

Shades and tints

Shades of #6D3B0E

#6D3B0E
(109,59,14)
#64360D
(100,54,13)
#5B310C
(91,49,12)
#522C0B
(82,44,11)
#49270A
(73,39,10)
#402209
(64,34,9)
#371D08
(55,29,8)
#2E1807
(46,24,7)
#251306
(37,19,6)
#1C0E05
(28,14,5)
#130904
(19,9,4)
#000000
(0,0,0)

Tints of #6D3B0E

#6D3B0E
(109,59,14)
#7A4C23
(122,76,35)
#875D38
(135,93,56)
#946E4D
(148,110,77)
#A17F62
(161,127,98)
#AE9077
(174,144,119)
#BBA18C
(187,161,140)
#C8B2A1
(200,178,161)
#D5C3B6
(213,195,182)
#E2D4CB
(226,212,203)
#EFE5E0
(239,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3B0E color. Also use rgb(109,59,14) instead hex code.

Text Font Color

.myTextColor { color: #6D3B0E; }

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

This text font color is #6D3B0E.


Background Color

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

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

This div background color is #6D3B0E.


Border color

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

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

This div border color is #6D3B0E.


Opacity

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

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

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

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

This text has shadow with #6D3B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3B0E on black background.


Color preview on white background

This text has color #6D3B0E on white background.



Black color preview on #6D3B0E background

This text has black color on #6D3B0E background.


White color preview on #6D3B0E background

This text has white color on #6D3B0E background.