COLOR #6D513E

HEX: #6D513E
RGB: (109,81,62)

Color info

#6D513E contains red, green and blue colors in about the same proportion. Web safe color of #6D513E is #666633 (or #663).

RGB color model

#6D513E color RGB value is (109,81,62).

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

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 62 of 255 = 24%

109
81
62

R + G + B ~ 33%. #6D513E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 62 = 252 (100%)
R 109 of 252 ~ 43.25%
G 81 of 252 ~ 32.14%
B 62 of 252 ~ 24.6%

%43.25
%32.14
%24.6

CMYK color model

#6D513E color CMYK value is (0,26,43,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 43.12%
  • key color value is 57.25%
CMYK:
(0,26,43,57)
C0M26Y43K57 
(0%,26%,43%,57%)
(0.00/0.26/0.43/0.57)	

CMYK percentages

%0
%25.69
%43.12
%57.25

Codes

Color #6D513E in popluar color models

6D513E
RGB1098162
HSL24°27.49%33.53%
HSB/HSV24°43.12%42.75%
CMYK0.00%25.69%43.12%
57.25%

Color #6D513E in popluar number systems.

HEX6D513E
Decimal1098162
Binary11011011010001111110
Octal15512176

Shades and tints

Shades of #6D513E

#6D513E
(109,81,62)
#644A39
(100,74,57)
#5B4334
(91,67,52)
#523C2F
(82,60,47)
#49352A
(73,53,42)
#402E25
(64,46,37)
#372720
(55,39,32)
#2E201B
(46,32,27)
#251916
(37,25,22)
#1C1211
(28,18,17)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D513E

#6D513E
(109,81,62)
#7A604F
(122,96,79)
#876F60
(135,111,96)
#947E71
(148,126,113)
#A18D82
(161,141,130)
#AE9C93
(174,156,147)
#BBABA4
(187,171,164)
#C8BAB5
(200,186,181)
#D5C9C6
(213,201,198)
#E2D8D7
(226,216,215)
#EFE7E8
(239,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D513E; }

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

This text font color is #6D513E.


Background Color

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

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

This div background color is #6D513E.


Border color

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

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

This div border color is #6D513E.


Opacity

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

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

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

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

This text has shadow with #6D513E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D513E on black background.


Color preview on white background

This text has color #6D513E on white background.



Black color preview on #6D513E background

This text has black color on #6D513E background.


White color preview on #6D513E background

This text has white color on #6D513E background.