COLOR #6D6965

HEX: #6D6965 RGB: (109,105,101)

Color info

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

RGB color model

#6D6965 color RGB value is (109,105,101).

RGB: (109,105,101) (43%, 41%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 105 of 255 = 41%
B 101 of 255 = 40%

109
105
101

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

Portions of RGB colors in percentages

R + G + B = 109 + 105 + 101 = 315 (100%)
R 109 of 315 ~ 34.6%
G 105 of 315 ~ 33.33%
B 101 of 315 ~ 32.06'%

%34.6
%33.33
%32.06

CMYK color model

#6D6965 color CMYK value is (0,4,7,57).

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

CMYK: (0,4,7,57)
C0M4Y7K57 (0%, 4%, 7%, 57%)
(0.00 / 0.04 / 0.07 / 0.57)

CMYK percentages

%0
%3.67
%7.34
%57.25

Codes

Color #6D6965 in popluar color models

6D 69 65
RGB 109 105 101
HSL 30° 3.81% 41.18%
HSB/HSV 30° 7.34% 42.75%
CMYK 0.00% 3.67% 7.34%
57.25%

Color #6D6965 in popluar number systems.

HEX 6D 69 65
Decimal 109 105 101
Binary 1101101 1101001 1100101
Octal 155 151 145

Shades and tints

Shades of #6D6965

#6D6965
(109,105,101)
#64605C
(100,96,92)
#5B5753
(91,87,83)
#524E4A
(82,78,74)
#494541
(73,69,65)
#403C38
(64,60,56)
#37332F
(55,51,47)
#2E2A26
(46,42,38)
#25211D
(37,33,29)
#1C1814
(28,24,20)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #6D6965

#6D6965
(109,105,101)
#7A7673
(122,118,115)
#878381
(135,131,129)
#94908F
(148,144,143)
#A19D9D
(161,157,157)
#AEAAAB
(174,170,171)
#BBB7B9
(187,183,185)
#C8C4C7
(200,196,199)
#D5D1D5
(213,209,213)
#E2DEE3
(226,222,227)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6965; }

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

This text font color is #6D6965.

Background Color

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

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

This div background color is #6D6965.

Border color

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

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

This div border color is #6D6965.

Opacity

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

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

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

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

This text has shadow with #6D6965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6965.

Preview

Color preview on black background

This text has color #6D6965 on black background.


Color preview on white background

This text has color #6D6965 on white background.


Black color preview on #6D6965 background

This text has black color on #6D6965 background.


White color preview on #6D6965 background

This text has white color on #6D6965 background.


Related colors

Complementary color

Complementary color for #hex is #92969A.


I love getcolorcode.com

Triadic colors

1 #656D69 and #69656D with #6D6965 are triadic colors.

2 #65696D and #696D65 with #6D6965 are triadic colors.