COLOR #6D5C3F

HEX: #6D5C3F
RGB: (109,92,63)

Color info

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

RGB color model

#6D5C3F color RGB value is (109,92,63).

  • red value is 109;
  • green value is 92;
  • blue value is 63.
RGB:
(109,92,63)
(43%,36%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 92 of 255 = 36%
B 63 of 255 = 25%

109
92
63

R + G + B ~ 35%. #6D5C3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 92 + 63 = 264 (100%)
R 109 of 264 ~ 41.29%
G 92 of 264 ~ 34.85%
B 63 of 264 ~ 23.86%

%41.29
%34.85
%23.86

CMYK color model

#6D5C3F color CMYK value is (0,16,42,57).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 42.20%
  • key color value is 57.25%
CMYK:
(0,16,42,57)
C0M16Y42K57 
(0%,16%,42%,57%)
(0.00/0.16/0.42/0.57)	

CMYK percentages

%0
%15.6
%42.2
%57.25

Codes

Color #6D5C3F in popluar color models

6D5C3F
RGB1099263
HSL38°26.74%33.73%
HSB/HSV38°42.20%42.75%
CMYK0.00%15.60%42.20%
57.25%

Color #6D5C3F in popluar number systems.

HEX6D5C3F
Decimal1099263
Binary11011011011100111111
Octal15513477

Shades and tints

Shades of #6D5C3F

#6D5C3F
(109,92,63)
#64543A
(100,84,58)
#5B4C35
(91,76,53)
#524430
(82,68,48)
#493C2B
(73,60,43)
#403426
(64,52,38)
#372C21
(55,44,33)
#2E241C
(46,36,28)
#251C17
(37,28,23)
#1C1412
(28,20,18)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D5C3F

#6D5C3F
(109,92,63)
#7A6A50
(122,106,80)
#877861
(135,120,97)
#948672
(148,134,114)
#A19483
(161,148,131)
#AEA294
(174,162,148)
#BBB0A5
(187,176,165)
#C8BEB6
(200,190,182)
#D5CCC7
(213,204,199)
#E2DAD8
(226,218,216)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5C3F color. Also use rgb(109,92,63) instead hex code.

Text Font Color

.myTextColor { color: #6D5C3F; }

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

This text font color is #6D5C3F.


Background Color

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

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

This div background color is #6D5C3F.


Border color

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

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

This div border color is #6D5C3F.


Opacity

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

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

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

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

This text has shadow with #6D5C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5C3F on black background.


Color preview on white background

This text has color #6D5C3F on white background.



Black color preview on #6D5C3F background

This text has black color on #6D5C3F background.


White color preview on #6D5C3F background

This text has white color on #6D5C3F background.