COLOR #6D653F

HEX: #6D653F RGB: (109,101,63)

Color info

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

RGB color model

#6D653F color RGB value is (109,101,63).

RGB: (109,101,63) (43%, 40%, 25%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 63 of 255 = 25%

109
101
63

R + G + B ~ 36%. #6D653F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 63 = 273 (100%)
R 109 of 273 ~ 39.93%
G 101 of 273 ~ 37%
B 63 of 273 ~ 23.08'%

%39.93
%37
%23.08

CMYK color model

#6D653F color CMYK value is (0,7,42,57).

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

CMYK: (0,7,42,57)
C0M7Y42K57 (0%, 7%, 42%, 57%)
(0.00 / 0.07 / 0.42 / 0.57)

CMYK percentages

%0
%7.34
%42.2
%57.25

Codes

Color #6D653F in popluar color models

6D 65 3F
RGB 109 101 63
HSL 50° 26.74% 33.73%
HSB/HSV 50° 42.20% 42.75%
CMYK 0.00% 7.34% 42.20%
57.25%

Color #6D653F in popluar number systems.

HEX 6D 65 3F
Decimal 109 101 63
Binary 1101101 1100101 111111
Octal 155 145 77

Shades and tints

Shades of #6D653F

#6D653F
(109,101,63)
#645C3A
(100,92,58)
#5B5335
(91,83,53)
#524A30
(82,74,48)
#49412B
(73,65,43)
#403826
(64,56,38)
#372F21
(55,47,33)
#2E261C
(46,38,28)
#251D17
(37,29,23)
#1C1412
(28,20,18)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D653F

#6D653F
(109,101,63)
#7A7350
(122,115,80)
#878161
(135,129,97)
#948F72
(148,143,114)
#A19D83
(161,157,131)
#AEAB94
(174,171,148)
#BBB9A5
(187,185,165)
#C8C7B6
(200,199,182)
#D5D5C7
(213,213,199)
#E2E3D8
(226,227,216)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D653F; }

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

This text font color is #6D653F.

Background Color

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

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

This div background color is #6D653F.

Border color

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

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

This div border color is #6D653F.

Opacity

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

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

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

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

This text has shadow with #6D653F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D653F.

Preview

Color preview on black background

This text has color #6D653F on black background.


Color preview on white background

This text has color #6D653F on white background.


Black color preview on #6D653F background

This text has black color on #6D653F background.


White color preview on #6D653F background

This text has white color on #6D653F background.


Related colors

Complementary color

Complementary color for #hex is #929AC0.


I love getcolorcode.com

Triadic colors

1 #3F6D65 and #653F6D with #6D653F are triadic colors.

2 #3F656D and #656D3F with #6D653F are triadic colors.