COLOR #6D3A10

HEX: #6D3A10
RGB: (109,58,16)

Color info

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

RGB color model

#6D3A10 color RGB value is (109,58,16).

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

RGB channels and saturation

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

109
58
16

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

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 16 = 183 (100%)
R 109 of 183 ~ 59.56%
G 58 of 183 ~ 31.69%
B 16 of 183 ~ 8.74%

%59.56
%31.69

CMYK color model

#6D3A10 color CMYK value is (0,47,85,57).

  • cyan value is 0.00%
  • magenta value is 46.79%
  • yellow value is 85.32%
  • key color value is 57.25%
CMYK:
(0,47,85,57)
C0M47Y85K57 
(0%,47%,85%,57%)
(0.00/0.47/0.85/0.57)	

CMYK percentages

%0
%46.79
%85.32
%57.25

Codes

Color #6D3A10 in popluar color models

6D3A10
RGB1095816
HSL27°74.40%24.51%
HSB/HSV27°85.32%42.75%
CMYK0.00%46.79%85.32%
57.25%

Color #6D3A10 in popluar number systems.

HEX6D3A10
Decimal1095816
Binary110110111101010000
Octal1557220

Shades and tints

Shades of #6D3A10

#6D3A10
(109,58,16)
#64350F
(100,53,15)
#5B300E
(91,48,14)
#522B0D
(82,43,13)
#49260C
(73,38,12)
#40210B
(64,33,11)
#371C0A
(55,28,10)
#2E1709
(46,23,9)
#251208
(37,18,8)
#1C0D07
(28,13,7)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #6D3A10

#6D3A10
(109,58,16)
#7A4B25
(122,75,37)
#875C3A
(135,92,58)
#946D4F
(148,109,79)
#A17E64
(161,126,100)
#AE8F79
(174,143,121)
#BBA08E
(187,160,142)
#C8B1A3
(200,177,163)
#D5C2B8
(213,194,184)
#E2D3CD
(226,211,205)
#EFE4E2
(239,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3A10; }

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

This text font color is #6D3A10.


Background Color

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

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

This div background color is #6D3A10.


Border color

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

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

This div border color is #6D3A10.


Opacity

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

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

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

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

This text has shadow with #6D3A10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A10 on black background.


Color preview on white background

This text has color #6D3A10 on white background.



Black color preview on #6D3A10 background

This text has black color on #6D3A10 background.


White color preview on #6D3A10 background

This text has white color on #6D3A10 background.