COLOR #6D6353

HEX: #6D6353
RGB: (109,99,83)

Color info

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

RGB color model

#6D6353 color RGB value is (109,99,83).

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

RGB channels and saturation

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

109
99
83

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

Portions of RGB colors in percentages

R + G + B =
109 + 99 + 83 = 291 (100%)
R 109 of 291 ~ 37.46%
G 99 of 291 ~ 34.02%
B 83 of 291 ~ 28.52%

%37.46
%34.02
%28.52

CMYK color model

#6D6353 color CMYK value is (0,9,24,57).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 23.85%
  • key color value is 57.25%
CMYK:
(0,9,24,57)
C0M9Y24K57 
(0%,9%,24%,57%)
(0.00/0.09/0.24/0.57)	

CMYK percentages

%0
%9.17
%23.85
%57.25

Codes

Color #6D6353 in popluar color models

6D6353
RGB1099983
HSL37°13.54%37.65%
HSB/HSV37°23.85%42.75%
CMYK0.00%9.17%23.85%
57.25%

Color #6D6353 in popluar number systems.

HEX6D6353
Decimal1099983
Binary110110111000111010011
Octal155143123

Shades and tints

Shades of #6D6353

#6D6353
(109,99,83)
#645A4C
(100,90,76)
#5B5145
(91,81,69)
#52483E
(82,72,62)
#493F37
(73,63,55)
#403630
(64,54,48)
#372D29
(55,45,41)
#2E2422
(46,36,34)
#251B1B
(37,27,27)
#1C1214
(28,18,20)
#13090D
(19,9,13)
#000000
(0,0,0)

Tints of #6D6353

#6D6353
(109,99,83)
#7A7162
(122,113,98)
#877F71
(135,127,113)
#948D80
(148,141,128)
#A19B8F
(161,155,143)
#AEA99E
(174,169,158)
#BBB7AD
(187,183,173)
#C8C5BC
(200,197,188)
#D5D3CB
(213,211,203)
#E2E1DA
(226,225,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6353; }

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

This text font color is #6D6353.


Background Color

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

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

This div background color is #6D6353.


Border color

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

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

This div border color is #6D6353.


Opacity

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

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

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

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

This text has shadow with #6D6353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6353 on black background.


Color preview on white background

This text has color #6D6353 on white background.



Black color preview on #6D6353 background

This text has black color on #6D6353 background.


White color preview on #6D6353 background

This text has white color on #6D6353 background.