COLOR #6D6A65

HEX: #6D6A65 RGB: (109,106,101)

Color info

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

RGB color model

#6D6A65 color RGB value is (109,106,101).

RGB: (109,106,101) (43%, 42%, 40%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 101 of 255 = 40%

109
106
101

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

Portions of RGB colors in percentages

R + G + B = 109 + 106 + 101 = 316 (100%)
R 109 of 316 ~ 34.49%
G 106 of 316 ~ 33.54%
B 101 of 316 ~ 31.96'%

%34.49
%33.54
%31.96

CMYK color model

#6D6A65 color CMYK value is (0,3,7,57).

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

CMYK: (0,3,7,57)
C0M3Y7K57 (0%, 3%, 7%, 57%)
(0.00 / 0.03 / 0.07 / 0.57)

CMYK percentages

%0
%2.75
%7.34
%57.25

Codes

Color #6D6A65 in popluar color models

6D 6A 65
RGB 109 106 101
HSL 38° 3.81% 41.18%
HSB/HSV 38° 7.34% 42.75%
CMYK 0.00% 2.75% 7.34%
57.25%

Color #6D6A65 in popluar number systems.

HEX 6D 6A 65
Decimal 109 106 101
Binary 1101101 1101010 1100101
Octal 155 152 145

Shades and tints

Shades of #6D6A65

#6D6A65
(109,106,101)
#64615C
(100,97,92)
#5B5853
(91,88,83)
#524F4A
(82,79,74)
#494641
(73,70,65)
#403D38
(64,61,56)
#37342F
(55,52,47)
#2E2B26
(46,43,38)
#25221D
(37,34,29)
#1C1914
(28,25,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D6A65

#6D6A65
(109,106,101)
#7A7773
(122,119,115)
#878481
(135,132,129)
#94918F
(148,145,143)
#A19E9D
(161,158,157)
#AEABAB
(174,171,171)
#BBB8B9
(187,184,185)
#C8C5C7
(200,197,199)
#D5D2D5
(213,210,213)
#E2DFE3
(226,223,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6A65; }

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

This text font color is #6D6A65.

Background Color

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

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

This div background color is #6D6A65.

Border color

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

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

This div border color is #6D6A65.

Opacity

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

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

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

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

This text has shadow with #6D6A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6A65.

Preview

Color preview on black background

This text has color #6D6A65 on black background.


Color preview on white background

This text has color #6D6A65 on white background.


Black color preview on #6D6A65 background

This text has black color on #6D6A65 background.


White color preview on #6D6A65 background

This text has white color on #6D6A65 background.


Related colors

Complementary color

Complementary color for #hex is #92959A.


I love getcolorcode.com

Triadic colors

1 #656D6A and #6A656D with #6D6A65 are triadic colors.

2 #656A6D and #6A6D65 with #6D6A65 are triadic colors.