COLOR #6D645D

HEX: #6D645D RGB: (109,100,93)

Color info

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

RGB color model

#6D645D color RGB value is (109,100,93).

RGB: (109,100,93) (43%, 39%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 93 of 255 = 36%

109
100
93

R + G + B ~ 39%. #6D645D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 100 + 93 = 302 (100%)
R 109 of 302 ~ 36.09%
G 100 of 302 ~ 33.11%
B 93 of 302 ~ 30.79'%

%36.09
%33.11
%30.79

CMYK color model

#6D645D color CMYK value is (0,8,15,57).

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

CMYK: (0,8,15,57)
C0M8Y15K57 (0%, 8%, 15%, 57%)
(0.00 / 0.08 / 0.15 / 0.57)

CMYK percentages

%0
%8.26
%14.68
%57.25

Codes

Color #6D645D in popluar color models

6D 64 5D
RGB 109 100 93
HSL 26° 7.92% 39.61%
HSB/HSV 26° 14.68% 42.75%
CMYK 0.00% 8.26% 14.68%
57.25%

Color #6D645D in popluar number systems.

HEX 6D 64 5D
Decimal 109 100 93
Binary 1101101 1100100 1011101
Octal 155 144 135

Shades and tints

Shades of #6D645D

#6D645D
(109,100,93)
#645B55
(100,91,85)
#5B524D
(91,82,77)
#524945
(82,73,69)
#49403D
(73,64,61)
#403735
(64,55,53)
#372E2D
(55,46,45)
#2E2525
(46,37,37)
#251C1D
(37,28,29)
#1C1315
(28,19,21)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D645D

#6D645D
(109,100,93)
#7A726B
(122,114,107)
#878079
(135,128,121)
#948E87
(148,142,135)
#A19C95
(161,156,149)
#AEAAA3
(174,170,163)
#BBB8B1
(187,184,177)
#C8C6BF
(200,198,191)
#D5D4CD
(213,212,205)
#E2E2DB
(226,226,219)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D645D; }

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

This text font color is #6D645D.

Background Color

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

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

This div background color is #6D645D.

Border color

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

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

This div border color is #6D645D.

Opacity

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

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

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

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

This text has shadow with #6D645D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D645D.

Preview

Color preview on black background

This text has color #6D645D on black background.


Color preview on white background

This text has color #6D645D on white background.


Black color preview on #6D645D background

This text has black color on #6D645D background.


White color preview on #6D645D background

This text has white color on #6D645D background.


Related colors

Complementary color

Complementary color for #hex is #929BA2.


I love getcolorcode.com

Triadic colors

1 #5D6D64 and #645D6D with #6D645D are triadic colors.

2 #5D646D and #646D5D with #6D645D are triadic colors.