COLOR #6D5117

HEX: #6D5117
RGB: (109,81,23)

Color info

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

RGB color model

#6D5117 color RGB value is (109,81,23).

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

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 23 of 255 = 9%

109
81
23

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

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 23 = 213 (100%)
R 109 of 213 ~ 51.17%
G 81 of 213 ~ 38.03%
B 23 of 213 ~ 10.8%

%51.17
%38.03
%10.8

CMYK color model

#6D5117 color CMYK value is (0,26,79,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 78.90%
  • key color value is 57.25%
CMYK:
(0,26,79,57)
C0M26Y79K57 
(0%,26%,79%,57%)
(0.00/0.26/0.79/0.57)	

CMYK percentages

%0
%25.69
%78.9
%57.25

Codes

Color #6D5117 in popluar color models

6D5117
RGB1098123
HSL40°65.15%25.88%
HSB/HSV40°78.90%42.75%
CMYK0.00%25.69%78.90%
57.25%

Color #6D5117 in popluar number systems.

HEX6D5117
Decimal1098123
Binary1101101101000110111
Octal15512127

Shades and tints

Shades of #6D5117

#6D5117
(109,81,23)
#644A15
(100,74,21)
#5B4313
(91,67,19)
#523C11
(82,60,17)
#49350F
(73,53,15)
#402E0D
(64,46,13)
#37270B
(55,39,11)
#2E2009
(46,32,9)
#251907
(37,25,7)
#1C1205
(28,18,5)
#130B03
(19,11,3)
#000000
(0,0,0)

Tints of #6D5117

#6D5117
(109,81,23)
#7A602C
(122,96,44)
#876F41
(135,111,65)
#947E56
(148,126,86)
#A18D6B
(161,141,107)
#AE9C80
(174,156,128)
#BBAB95
(187,171,149)
#C8BAAA
(200,186,170)
#D5C9BF
(213,201,191)
#E2D8D4
(226,216,212)
#EFE7E9
(239,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5117; }

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

This text font color is #6D5117.


Background Color

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

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

This div background color is #6D5117.


Border color

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

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

This div border color is #6D5117.


Opacity

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

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

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

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

This text has shadow with #6D5117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5117 on black background.


Color preview on white background

This text has color #6D5117 on white background.



Black color preview on #6D5117 background

This text has black color on #6D5117 background.


White color preview on #6D5117 background

This text has white color on #6D5117 background.