COLOR #6D6B54

HEX: #6D6B54
RGB: (109,107,84)

Color info

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

RGB color model

#6D6B54 color RGB value is (109,107,84).

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

RGB channels and saturation

R 109 of 255 = 43%
G 107 of 255 = 42%
B 84 of 255 = 33%

109
107
84

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

Portions of RGB colors in percentages

R + G + B =
109 + 107 + 84 = 300 (100%)
R 109 of 300 ~ 36.33%
G 107 of 300 ~ 35.67%
B 84 of 300 ~ 28%

%36.33
%35.67
%28

CMYK color model

#6D6B54 color CMYK value is (0,2,23,57).

  • cyan value is 0.00%
  • magenta value is 1.83%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(0,2,23,57)
C0M2Y23K57 
(0%,2%,23%,57%)
(0.00/0.02/0.23/0.57)	

CMYK percentages

%0
%1.83
%22.94
%57.25

Codes

Color #6D6B54 in popluar color models

6D6B54
RGB10910784
HSL55°12.95%37.84%
HSB/HSV55°22.94%42.75%
CMYK0.00%1.83%22.94%
57.25%

Color #6D6B54 in popluar number systems.

HEX6D6B54
Decimal10910784
Binary110110111010111010100
Octal155153124

Shades and tints

Shades of #6D6B54

#6D6B54
(109,107,84)
#64624D
(100,98,77)
#5B5946
(91,89,70)
#52503F
(82,80,63)
#494738
(73,71,56)
#403E31
(64,62,49)
#37352A
(55,53,42)
#2E2C23
(46,44,35)
#25231C
(37,35,28)
#1C1A15
(28,26,21)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #6D6B54

#6D6B54
(109,107,84)
#7A7863
(122,120,99)
#878572
(135,133,114)
#949281
(148,146,129)
#A19F90
(161,159,144)
#AEAC9F
(174,172,159)
#BBB9AE
(187,185,174)
#C8C6BD
(200,198,189)
#D5D3CC
(213,211,204)
#E2E0DB
(226,224,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6B54; }

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

This text font color is #6D6B54.


Background Color

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

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

This div background color is #6D6B54.


Border color

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

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

This div border color is #6D6B54.


Opacity

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

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

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

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

This text has shadow with #6D6B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6B54 on black background.


Color preview on white background

This text has color #6D6B54 on white background.



Black color preview on #6D6B54 background

This text has black color on #6D6B54 background.


White color preview on #6D6B54 background

This text has white color on #6D6B54 background.