COLOR #6D512D

HEX: #6D512D
RGB: (109,81,45)

Color info

#6D512D contains mainly red and green colors. Web safe color of #6D512D is #666633 (or #663).

RGB color model

#6D512D color RGB value is (109,81,45).

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

RGB channels and saturation

R 109 of 255 = 43%
G 81 of 255 = 32%
B 45 of 255 = 18%

109
81
45

R + G + B ~ 31%. #6D512D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 81 + 45 = 235 (100%)
R 109 of 235 ~ 46.38%
G 81 of 235 ~ 34.47%
B 45 of 235 ~ 19.15%

%46.38
%34.47
%19.15

CMYK color model

#6D512D color CMYK value is (0,26,59,57).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 58.72%
  • key color value is 57.25%
CMYK:
(0,26,59,57)
C0M26Y59K57 
(0%,26%,59%,57%)
(0.00/0.26/0.59/0.57)	

CMYK percentages

%0
%25.69
%58.72
%57.25

Codes

Color #6D512D in popluar color models

6D512D
RGB1098145
HSL34°41.56%30.20%
HSB/HSV34°58.72%42.75%
CMYK0.00%25.69%58.72%
57.25%

Color #6D512D in popluar number systems.

HEX6D512D
Decimal1098145
Binary11011011010001101101
Octal15512155

Shades and tints

Shades of #6D512D

#6D512D
(109,81,45)
#644A29
(100,74,41)
#5B4325
(91,67,37)
#523C21
(82,60,33)
#49351D
(73,53,29)
#402E19
(64,46,25)
#372715
(55,39,21)
#2E2011
(46,32,17)
#25190D
(37,25,13)
#1C1209
(28,18,9)
#130B05
(19,11,5)
#000000
(0,0,0)

Tints of #6D512D

#6D512D
(109,81,45)
#7A6040
(122,96,64)
#876F53
(135,111,83)
#947E66
(148,126,102)
#A18D79
(161,141,121)
#AE9C8C
(174,156,140)
#BBAB9F
(187,171,159)
#C8BAB2
(200,186,178)
#D5C9C5
(213,201,197)
#E2D8D8
(226,216,216)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D512D; }

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

This text font color is #6D512D.


Background Color

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

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

This div background color is #6D512D.


Border color

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

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

This div border color is #6D512D.


Opacity

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

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

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

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

This text has shadow with #6D512D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D512D on black background.


Color preview on white background

This text has color #6D512D on white background.



Black color preview on #6D512D background

This text has black color on #6D512D background.


White color preview on #6D512D background

This text has white color on #6D512D background.