COLOR #6D653C

HEX: #6D653C RGB: (109,101,60)

Color info

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

RGB color model

#6D653C color RGB value is (109,101,60).

RGB: (109,101,60) (43%, 40%, 24%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 60 of 255 = 24%

109
101
60

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

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 60 = 270 (100%)
R 109 of 270 ~ 40.37%
G 101 of 270 ~ 37.41%
B 60 of 270 ~ 22.22'%

%40.37
%37.41
%22.22

CMYK color model

#6D653C color CMYK value is (0,7,45,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 44.95%
  • key color value is 57.25%
CMYK: (0,7,45,57) C0M7Y45K57 (0%,7%,45%,57%) (0.00/0.07/0.45/0.57) 

CMYK percentages

%0
%7.34
%44.95
%57.25

Codes

Color #6D653C in popluar color models

6D 65 3C
RGB 109 101 60
HSL 50° 28.99% 33.14%
HSB/HSV 50° 44.95% 42.75%
CMYK 0.00% 7.34% 44.95%
57.25%

Color #6D653C in popluar number systems.

HEX 6D 65 3C
Decimal 109 101 60
Binary 1101101 1100101 111100
Octal 155 145 74

Shades and tints

Shades of #6D653C

#6D653C
(109,101,60)
#645C37
(100,92,55)
#5B5332
(91,83,50)
#524A2D
(82,74,45)
#494128
(73,65,40)
#403823
(64,56,35)
#372F1E
(55,47,30)
#2E2619
(46,38,25)
#251D14
(37,29,20)
#1C140F
(28,20,15)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #6D653C

#6D653C
(109,101,60)
#7A734D
(122,115,77)
#87815E
(135,129,94)
#948F6F
(148,143,111)
#A19D80
(161,157,128)
#AEAB91
(174,171,145)
#BBB9A2
(187,185,162)
#C8C7B3
(200,199,179)
#D5D5C4
(213,213,196)
#E2E3D5
(226,227,213)
#EFF1E6
(239,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D653C; }

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

This text font color is #6D653C.

Background Color

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

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

This div background color is #6D653C.

Border color

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

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

This div border color is #6D653C.

Opacity

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

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

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

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

This text has shadow with #6D653C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D653C.

Preview

Color preview on black background

This text has color #6D653C on black background.


Color preview on white background

This text has color #6D653C on white background.


Black color preview on #6D653C background

This text has black color on #6D653C background.


White color preview on #6D653C background

This text has white color on #6D653C background.


Related colors

Complementary color

Complementary color for #hex is #929AC3.


I love getcolorcode.com

Triadic colors

1 #3C6D65 and #653C6D with #6D653C are triadic colors.

2 #3C656D and #656D3C with #6D653C are triadic colors.