COLOR #6D6546

HEX: #6D6546
RGB: (109,101,70)

Color info

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

RGB color model

#6D6546 color RGB value is (109,101,70).

  • red value is 109;
  • green value is 101;
  • blue value is 70.
RGB:
(109,101,70)
(43%,40%,27%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 70 of 255 = 27%

109
101
70

R + G + B ~ 37%. #6D6546 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 70 = 280 (100%)
R 109 of 280 ~ 38.93%
G 101 of 280 ~ 36.07%
B 70 of 280 ~ 25%

%38.93
%36.07
%25

CMYK color model

#6D6546 color CMYK value is (0,7,36,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 35.78%
  • key color value is 57.25%
CMYK:
(0,7,36,57)
C0M7Y36K57 
(0%,7%,36%,57%)
(0.00/0.07/0.36/0.57)	

CMYK percentages

%0
%7.34
%35.78
%57.25

Codes

Color #6D6546 in popluar color models

6D6546
RGB10910170
HSL48°21.79%35.10%
HSB/HSV48°35.78%42.75%
CMYK0.00%7.34%35.78%
57.25%

Color #6D6546 in popluar number systems.

HEX6D6546
Decimal10910170
Binary110110111001011000110
Octal155145106

Shades and tints

Shades of #6D6546

#6D6546
(109,101,70)
#645C40
(100,92,64)
#5B533A
(91,83,58)
#524A34
(82,74,52)
#49412E
(73,65,46)
#403828
(64,56,40)
#372F22
(55,47,34)
#2E261C
(46,38,28)
#251D16
(37,29,22)
#1C1410
(28,20,16)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #6D6546

#6D6546
(109,101,70)
#7A7356
(122,115,86)
#878166
(135,129,102)
#948F76
(148,143,118)
#A19D86
(161,157,134)
#AEAB96
(174,171,150)
#BBB9A6
(187,185,166)
#C8C7B6
(200,199,182)
#D5D5C6
(213,213,198)
#E2E3D6
(226,227,214)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6546 color. Also use rgb(109,101,70) instead hex code.

Text Font Color

.myTextColor { color: #6D6546; }

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

This text font color is #6D6546.


Background Color

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

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

This div background color is #6D6546.


Border color

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

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

This div border color is #6D6546.


Opacity

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

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

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

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

This text has shadow with #6D6546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6546 on black background.


Color preview on white background

This text has color #6D6546 on white background.



Black color preview on #6D6546 background

This text has black color on #6D6546 background.


White color preview on #6D6546 background

This text has white color on #6D6546 background.