COLOR #6D6B5D

HEX: #6D6B5D
RGB: (109,107,93)

Color info

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

RGB color model

#6D6B5D color RGB value is (109,107,93).

  • red value is 109;
  • green value is 107;
  • blue value is 93.
RGB:
(109,107,93)
(43%,42%,36%)

RGB channels and saturation

R 109 of 255 = 43%
G 107 of 255 = 42%
B 93 of 255 = 36%

109
107
93

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

Portions of RGB colors in percentages

R + G + B =
109 + 107 + 93 = 309 (100%)
R 109 of 309 ~ 35.28%
G 107 of 309 ~ 34.63%
B 93 of 309 ~ 30.1%

%35.28
%34.63
%30.1

CMYK color model

#6D6B5D color CMYK value is (0,2,15,57).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 14.68%
  • key color value is 57.25%
CMYK:
(0,2,15,57)
C0M2Y15K57 
(0%,2%,15%,57%)
(0.00/0.02/0.15/0.57)	

CMYK percentages

%0
%1.83
%14.68
%57.25

Codes

Color #6D6B5D in popluar color models

6D6B5D
RGB10910793
HSL53°7.92%39.61%
HSB/HSV53°14.68%42.75%
CMYK0.00%1.83%14.68%
57.25%

Color #6D6B5D in popluar number systems.

HEX6D6B5D
Decimal10910793
Binary110110111010111011101
Octal155153135

Shades and tints

Shades of #6D6B5D

#6D6B5D
(109,107,93)
#646255
(100,98,85)
#5B594D
(91,89,77)
#525045
(82,80,69)
#49473D
(73,71,61)
#403E35
(64,62,53)
#37352D
(55,53,45)
#2E2C25
(46,44,37)
#25231D
(37,35,29)
#1C1A15
(28,26,21)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #6D6B5D

#6D6B5D
(109,107,93)
#7A786B
(122,120,107)
#878579
(135,133,121)
#949287
(148,146,135)
#A19F95
(161,159,149)
#AEACA3
(174,172,163)
#BBB9B1
(187,185,177)
#C8C6BF
(200,198,191)
#D5D3CD
(213,211,205)
#E2E0DB
(226,224,219)
#EFEDE9
(239,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6B5D; }

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

This text font color is #6D6B5D.


Background Color

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

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

This div background color is #6D6B5D.


Border color

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

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

This div border color is #6D6B5D.


Opacity

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

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

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

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

This text has shadow with #6D6B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6B5D on black background.


Color preview on white background

This text has color #6D6B5D on white background.



Black color preview on #6D6B5D background

This text has black color on #6D6B5D background.


White color preview on #6D6B5D background

This text has white color on #6D6B5D background.