COLOR #6D645E

HEX: #6D645E RGB: (109,100,94)

Color info

#6D645E contains red, green and blue colors in about the same proportion. Web safe color of #6D645E is #666666 (or #666).

RGB color model

#6D645E color RGB value is (109,100,94).

RGB: (109,100,94) (43%, 39%, 37%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 94 of 255 = 37%

109
100
94

R + G + B ~ 40%. #6D645E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 100 + 94 = 303 (100%)
R 109 of 303 ~ 35.97%
G 100 of 303 ~ 33%
B 94 of 303 ~ 31.02'%

%35.97
%33
%31.02

CMYK color model

#6D645E color CMYK value is (0,8,14,57).

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

CMYK: (0,8,14,57)
C0M8Y14K57 (0%, 8%, 14%, 57%)
(0.00 / 0.08 / 0.14 / 0.57)

CMYK percentages

%0
%8.26
%13.76
%57.25

Codes

Color #6D645E in popluar color models

6D 64 5E
RGB 109 100 94
HSL 24° 7.39% 39.80%
HSB/HSV 24° 13.76% 42.75%
CMYK 0.00% 8.26% 13.76%
57.25%

Color #6D645E in popluar number systems.

HEX 6D 64 5E
Decimal 109 100 94
Binary 1101101 1100100 1011110
Octal 155 144 136

Shades and tints

Shades of #6D645E

#6D645E
(109,100,94)
#645B56
(100,91,86)
#5B524E
(91,82,78)
#524946
(82,73,70)
#49403E
(73,64,62)
#403736
(64,55,54)
#372E2E
(55,46,46)
#2E2526
(46,37,38)
#251C1E
(37,28,30)
#1C1316
(28,19,22)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D645E

#6D645E
(109,100,94)
#7A726C
(122,114,108)
#87807A
(135,128,122)
#948E88
(148,142,136)
#A19C96
(161,156,150)
#AEAAA4
(174,170,164)
#BBB8B2
(187,184,178)
#C8C6C0
(200,198,192)
#D5D4CE
(213,212,206)
#E2E2DC
(226,226,220)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D645E; }

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

This text font color is #6D645E.

Background Color

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

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

This div background color is #6D645E.

Border color

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

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

This div border color is #6D645E.

Opacity

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

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

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

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

This text has shadow with #6D645E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D645E.

Preview

Color preview on black background

This text has color #6D645E on black background.


Color preview on white background

This text has color #6D645E on white background.


Black color preview on #6D645E background

This text has black color on #6D645E background.


White color preview on #6D645E background

This text has white color on #6D645E background.


Related colors

Complementary color

Complementary color for #hex is #929BA1.


I love getcolorcode.com

Triadic colors

1 #5E6D64 and #645E6D with #6D645E are triadic colors.

2 #5E646D and #646D5E with #6D645E are triadic colors.