COLOR #6D3B10

HEX: #6D3B10
RGB: (109,59,16)

Color info

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

RGB color model

#6D3B10 color RGB value is (109,59,16).

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

RGB channels and saturation

R 109 of 255 = 43%
G 59 of 255 = 23%
B 16 of 255 = 6%

109
59
16

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

Portions of RGB colors in percentages

R + G + B =
109 + 59 + 16 = 184 (100%)
R 109 of 184 ~ 59.24%
G 59 of 184 ~ 32.07%
B 16 of 184 ~ 8.7%

%59.24
%32.07

CMYK color model

#6D3B10 color CMYK value is (0,46,85,57).

  • cyan value is 0.00%
  • magenta value is 45.87%
  • yellow value is 85.32%
  • key color value is 57.25%
CMYK:
(0,46,85,57)
C0M46Y85K57 
(0%,46%,85%,57%)
(0.00/0.46/0.85/0.57)	

CMYK percentages

%0
%45.87
%85.32
%57.25

Codes

Color #6D3B10 in popluar color models

6D3B10
RGB1095916
HSL28°74.40%24.51%
HSB/HSV28°85.32%42.75%
CMYK0.00%45.87%85.32%
57.25%

Color #6D3B10 in popluar number systems.

HEX6D3B10
Decimal1095916
Binary110110111101110000
Octal1557320

Shades and tints

Shades of #6D3B10

#6D3B10
(109,59,16)
#64360F
(100,54,15)
#5B310E
(91,49,14)
#522C0D
(82,44,13)
#49270C
(73,39,12)
#40220B
(64,34,11)
#371D0A
(55,29,10)
#2E1809
(46,24,9)
#251308
(37,19,8)
#1C0E07
(28,14,7)
#130906
(19,9,6)
#000000
(0,0,0)

Tints of #6D3B10

#6D3B10
(109,59,16)
#7A4C25
(122,76,37)
#875D3A
(135,93,58)
#946E4F
(148,110,79)
#A17F64
(161,127,100)
#AE9079
(174,144,121)
#BBA18E
(187,161,142)
#C8B2A3
(200,178,163)
#D5C3B8
(213,195,184)
#E2D4CD
(226,212,205)
#EFE5E2
(239,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3B10; }

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

This text font color is #6D3B10.


Background Color

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

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

This div background color is #6D3B10.


Border color

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

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

This div border color is #6D3B10.


Opacity

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

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

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

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

This text has shadow with #6D3B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3B10 on black background.


Color preview on white background

This text has color #6D3B10 on white background.



Black color preview on #6D3B10 background

This text has black color on #6D3B10 background.


White color preview on #6D3B10 background

This text has white color on #6D3B10 background.