COLOR #6D6354

HEX: #6D6354
RGB: (109,99,84)

Color info

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

RGB color model

#6D6354 color RGB value is (109,99,84).

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

RGB channels and saturation

R 109 of 255 = 43%
G 99 of 255 = 39%
B 84 of 255 = 33%

109
99
84

R + G + B ~ 38%. #6D6354 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 84 = 292 (100%)
R 109 of 292 ~ 37.33%
G 99 of 292 ~ 33.9%
B 84 of 292 ~ 28.77%

%37.33
%33.9
%28.77

CMYK color model

#6D6354 color CMYK value is (0,9,23,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(0,9,23,57)
C0M9Y23K57 
(0%,9%,23%,57%)
(0.00/0.09/0.23/0.57)	

CMYK percentages

%0
%9.17
%22.94
%57.25

Codes

Color #6D6354 in popluar color models

6D6354
RGB1099984
HSL36°12.95%37.84%
HSB/HSV36°22.94%42.75%
CMYK0.00%9.17%22.94%
57.25%

Color #6D6354 in popluar number systems.

HEX6D6354
Decimal1099984
Binary110110111000111010100
Octal155143124

Shades and tints

Shades of #6D6354

#6D6354
(109,99,84)
#645A4D
(100,90,77)
#5B5146
(91,81,70)
#52483F
(82,72,63)
#493F38
(73,63,56)
#403631
(64,54,49)
#372D2A
(55,45,42)
#2E2423
(46,36,35)
#251B1C
(37,27,28)
#1C1215
(28,18,21)
#13090E
(19,9,14)
#000000
(0,0,0)

Tints of #6D6354

#6D6354
(109,99,84)
#7A7163
(122,113,99)
#877F72
(135,127,114)
#948D81
(148,141,129)
#A19B90
(161,155,144)
#AEA99F
(174,169,159)
#BBB7AE
(187,183,174)
#C8C5BD
(200,197,189)
#D5D3CC
(213,211,204)
#E2E1DB
(226,225,219)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6354; }

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

This text font color is #6D6354.


Background Color

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

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

This div background color is #6D6354.


Border color

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

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

This div border color is #6D6354.


Opacity

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

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

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

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

This text has shadow with #6D6354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6354 on black background.


Color preview on white background

This text has color #6D6354 on white background.



Black color preview on #6D6354 background

This text has black color on #6D6354 background.


White color preview on #6D6354 background

This text has white color on #6D6354 background.