COLOR #6D5E3F

HEX: #6D5E3F RGB: (109,94,63)

Color info

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

RGB color model

#6D5E3F color RGB value is (109,94,63).

RGB: (109,94,63) (43%, 37%, 25%)

RGB channels and saturation

R 109 of 255 = 43%
G 94 of 255 = 37%
B 63 of 255 = 25%

109
94
63

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

Portions of RGB colors in percentages

R + G + B = 109 + 94 + 63 = 266 (100%)
R 109 of 266 ~ 40.98%
G 94 of 266 ~ 35.34%
B 63 of 266 ~ 23.68'%

%40.98
%35.34
%23.68

CMYK color model

#6D5E3F color CMYK value is (0,14,42,57).

  • cyan value is 0.00%
  • magenta value is 13.76%
  • yellow value is 42.20%
  • key color value is 57.25%

CMYK: (0,14,42,57)
C0M14Y42K57 (0%, 14%, 42%, 57%)
(0.00 / 0.14 / 0.42 / 0.57)

CMYK percentages

%0
%13.76
%42.2
%57.25

Codes

Color #6D5E3F in popluar color models

6D 5E 3F
RGB 109 94 63
HSL 40° 26.74% 33.73%
HSB/HSV 40° 42.20% 42.75%
CMYK 0.00% 13.76% 42.20%
57.25%

Color #6D5E3F in popluar number systems.

HEX 6D 5E 3F
Decimal 109 94 63
Binary 1101101 1011110 111111
Octal 155 136 77

Shades and tints

Shades of #6D5E3F

#6D5E3F
(109,94,63)
#64563A
(100,86,58)
#5B4E35
(91,78,53)
#524630
(82,70,48)
#493E2B
(73,62,43)
#403626
(64,54,38)
#372E21
(55,46,33)
#2E261C
(46,38,28)
#251E17
(37,30,23)
#1C1612
(28,22,18)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #6D5E3F

#6D5E3F
(109,94,63)
#7A6C50
(122,108,80)
#877A61
(135,122,97)
#948872
(148,136,114)
#A19683
(161,150,131)
#AEA494
(174,164,148)
#BBB2A5
(187,178,165)
#C8C0B6
(200,192,182)
#D5CEC7
(213,206,199)
#E2DCD8
(226,220,216)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5E3F; }

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

This text font color is #6D5E3F.

Background Color

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

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

This div background color is #6D5E3F.

Border color

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

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

This div border color is #6D5E3F.

Opacity

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

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

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

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

This text has shadow with #6D5E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D5E3F.

Preview

Color preview on black background

This text has color #6D5E3F on black background.


Color preview on white background

This text has color #6D5E3F on white background.


Black color preview on #6D5E3F background

This text has black color on #6D5E3F background.


White color preview on #6D5E3F background

This text has white color on #6D5E3F background.


Related colors

Complementary color

Complementary color for #hex is #92A1C0.


I love getcolorcode.com

Triadic colors

1 #3F6D5E and #5E3F6D with #6D5E3F are triadic colors.

2 #3F5E6D and #5E6D3F with #6D5E3F are triadic colors.