COLOR #6D652C

HEX: #6D652C RGB: (109,101,44)

Color info

#6D652C contains mainly red and green colors. Web safe color of #6D652C is #666633 (or #663).

RGB color model

#6D652C color RGB value is (109,101,44).

RGB: (109,101,44) (43%, 40%, 17%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 44 of 255 = 17%

109
101
44

R + G + B ~ 33%. #6D652C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 44 = 254 (100%)
R 109 of 254 ~ 42.91%
G 101 of 254 ~ 39.76%
B 44 of 254 ~ 17.32'%

%42.91
%39.76
%17.32

CMYK color model

#6D652C color CMYK value is (0,7,60,57).

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

CMYK: (0,7,60,57)
C0M7Y60K57 (0%, 7%, 60%, 57%)
(0.00 / 0.07 / 0.60 / 0.57)

CMYK percentages

%0
%7.34
%59.63
%57.25

Codes

Color #6D652C in popluar color models

6D 65 2C
RGB 109 101 44
HSL 53° 42.48% 30.00%
HSB/HSV 53° 59.63% 42.75%
CMYK 0.00% 7.34% 59.63%
57.25%

Color #6D652C in popluar number systems.

HEX 6D 65 2C
Decimal 109 101 44
Binary 1101101 1100101 101100
Octal 155 145 54

Shades and tints

Shades of #6D652C

#6D652C
(109,101,44)
#645C28
(100,92,40)
#5B5324
(91,83,36)
#524A20
(82,74,32)
#49411C
(73,65,28)
#403818
(64,56,24)
#372F14
(55,47,20)
#2E2610
(46,38,16)
#251D0C
(37,29,12)
#1C1408
(28,20,8)
#130B04
(19,11,4)
#000000
(0,0,0)

Tints of #6D652C

#6D652C
(109,101,44)
#7A733F
(122,115,63)
#878152
(135,129,82)
#948F65
(148,143,101)
#A19D78
(161,157,120)
#AEAB8B
(174,171,139)
#BBB99E
(187,185,158)
#C8C7B1
(200,199,177)
#D5D5C4
(213,213,196)
#E2E3D7
(226,227,215)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D652C; }

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

This text font color is #6D652C.

Background Color

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

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

This div background color is #6D652C.

Border color

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

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

This div border color is #6D652C.

Opacity

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

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

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

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

This text has shadow with #6D652C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D652C.

Preview

Color preview on black background

This text has color #6D652C on black background.


Color preview on white background

This text has color #6D652C on white background.


Black color preview on #6D652C background

This text has black color on #6D652C background.


White color preview on #6D652C background

This text has white color on #6D652C background.


Related colors

Complementary color

Complementary color for #hex is #929AD3.


I love getcolorcode.com

Triadic colors

1 #2C6D65 and #652C6D with #6D652C are triadic colors.

2 #2C656D and #656D2C with #6D652C are triadic colors.