COLOR #6D5317

HEX: #6D5317
RGB: (109,83,23)

Color info

#6D5317 contains mainly red and green colors. Web safe color of #6D5317 is #666600 (or #660).

RGB color model

#6D5317 color RGB value is (109,83,23).

  • red value is 109;
  • green value is 83;
  • blue value is 23.
RGB:
(109,83,23)
(43%,33%,9%)

RGB channels and saturation

R 109 of 255 = 43%
G 83 of 255 = 33%
B 23 of 255 = 9%

109
83
23

R + G + B ~ 28%. #6D5317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 83 + 23 = 215 (100%)
R 109 of 215 ~ 50.7%
G 83 of 215 ~ 38.6%
B 23 of 215 ~ 10.7%

%50.7
%38.6
%10.7

CMYK color model

#6D5317 color CMYK value is (0,24,79,57).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 78.90%
  • key color value is 57.25%
CMYK:
(0,24,79,57)
C0M24Y79K57 
(0%,24%,79%,57%)
(0.00/0.24/0.79/0.57)	

CMYK percentages

%0
%23.85
%78.9
%57.25

Codes

Color #6D5317 in popluar color models

6D5317
RGB1098323
HSL42°65.15%25.88%
HSB/HSV42°78.90%42.75%
CMYK0.00%23.85%78.90%
57.25%

Color #6D5317 in popluar number systems.

HEX6D5317
Decimal1098323
Binary1101101101001110111
Octal15512327

Shades and tints

Shades of #6D5317

#6D5317
(109,83,23)
#644C15
(100,76,21)
#5B4513
(91,69,19)
#523E11
(82,62,17)
#49370F
(73,55,15)
#40300D
(64,48,13)
#37290B
(55,41,11)
#2E2209
(46,34,9)
#251B07
(37,27,7)
#1C1405
(28,20,5)
#130D03
(19,13,3)
#000000
(0,0,0)

Tints of #6D5317

#6D5317
(109,83,23)
#7A622C
(122,98,44)
#877141
(135,113,65)
#948056
(148,128,86)
#A18F6B
(161,143,107)
#AE9E80
(174,158,128)
#BBAD95
(187,173,149)
#C8BCAA
(200,188,170)
#D5CBBF
(213,203,191)
#E2DAD4
(226,218,212)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5317 color. Also use rgb(109,83,23) instead hex code.

Text Font Color

.myTextColor { color: #6D5317; }

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

This text font color is #6D5317.


Background Color

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

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

This div background color is #6D5317.


Border color

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

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

This div border color is #6D5317.


Opacity

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

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

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

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

This text has shadow with #6D5317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5317 on black background.


Color preview on white background

This text has color #6D5317 on white background.



Black color preview on #6D5317 background

This text has black color on #6D5317 background.


White color preview on #6D5317 background

This text has white color on #6D5317 background.