COLOR #6D3210

HEX: #6D3210
RGB: (109,50,16)

Color info

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

RGB color model

#6D3210 color RGB value is (109,50,16).

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

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 16 of 255 = 6%

109
50
16

R + G + B ~ 23%. #6D3210 is dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 50 + 16 = 175 (100%)
R 109 of 175 ~ 62.29%
G 50 of 175 ~ 28.57%
B 16 of 175 ~ 9.14%

%62.29
%28.57

CMYK color model

#6D3210 color CMYK value is (0,54,85,57).

  • cyan value is 0.00%
  • magenta value is 54.13%
  • yellow value is 85.32%
  • key color value is 57.25%
CMYK:
(0,54,85,57)
C0M54Y85K57 
(0%,54%,85%,57%)
(0.00/0.54/0.85/0.57)	

CMYK percentages

%0
%54.13
%85.32
%57.25

Codes

Color #6D3210 in popluar color models

6D3210
RGB1095016
HSL22°74.40%24.51%
HSB/HSV22°85.32%42.75%
CMYK0.00%54.13%85.32%
57.25%

Color #6D3210 in popluar number systems.

HEX6D3210
Decimal1095016
Binary110110111001010000
Octal1556220

Shades and tints

Shades of #6D3210

#6D3210
(109,50,16)
#642E0F
(100,46,15)
#5B2A0E
(91,42,14)
#52260D
(82,38,13)
#49220C
(73,34,12)
#401E0B
(64,30,11)
#371A0A
(55,26,10)
#2E1609
(46,22,9)
#251208
(37,18,8)
#1C0E07
(28,14,7)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #6D3210

#6D3210
(109,50,16)
#7A4425
(122,68,37)
#87563A
(135,86,58)
#94684F
(148,104,79)
#A17A64
(161,122,100)
#AE8C79
(174,140,121)
#BB9E8E
(187,158,142)
#C8B0A3
(200,176,163)
#D5C2B8
(213,194,184)
#E2D4CD
(226,212,205)
#EFE6E2
(239,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3210; }

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

This text font color is #6D3210.


Background Color

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

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

This div background color is #6D3210.


Border color

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

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

This div border color is #6D3210.


Opacity

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

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

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

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

This text has shadow with #6D3210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3210 on black background.


Color preview on white background

This text has color #6D3210 on white background.



Black color preview on #6D3210 background

This text has black color on #6D3210 background.


White color preview on #6D3210 background

This text has white color on #6D3210 background.