COLOR #6D553F

HEX: #6D553F
RGB: (109,85,63)

Color info

#6D553F contains red, green and blue colors in about the same proportion. Web safe color of #6D553F is #666633 (or #663).

RGB color model

#6D553F color RGB value is (109,85,63).

  • red value is 109;
  • green value is 85;
  • blue value is 63.
RGB:
(109,85,63)
(43%,33%,25%)

RGB channels and saturation

R 109 of 255 = 43%
G 85 of 255 = 33%
B 63 of 255 = 25%

109
85
63

R + G + B ~ 34%. #6D553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 85 + 63 = 257 (100%)
R 109 of 257 ~ 42.41%
G 85 of 257 ~ 33.07%
B 63 of 257 ~ 24.51%

%42.41
%33.07
%24.51

CMYK color model

#6D553F color CMYK value is (0,22,42,57).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 42.20%
  • key color value is 57.25%
CMYK:
(0,22,42,57)
C0M22Y42K57 
(0%,22%,42%,57%)
(0.00/0.22/0.42/0.57)	

CMYK percentages

%0
%22.02
%42.2
%57.25

Codes

Color #6D553F in popluar color models

6D553F
RGB1098563
HSL29°26.74%33.73%
HSB/HSV29°42.20%42.75%
CMYK0.00%22.02%42.20%
57.25%

Color #6D553F in popluar number systems.

HEX6D553F
Decimal1098563
Binary11011011010101111111
Octal15512577

Shades and tints

Shades of #6D553F

#6D553F
(109,85,63)
#644E3A
(100,78,58)
#5B4735
(91,71,53)
#524030
(82,64,48)
#49392B
(73,57,43)
#403226
(64,50,38)
#372B21
(55,43,33)
#2E241C
(46,36,28)
#251D17
(37,29,23)
#1C1612
(28,22,18)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D553F

#6D553F
(109,85,63)
#7A6450
(122,100,80)
#877361
(135,115,97)
#948272
(148,130,114)
#A19183
(161,145,131)
#AEA094
(174,160,148)
#BBAFA5
(187,175,165)
#C8BEB6
(200,190,182)
#D5CDC7
(213,205,199)
#E2DCD8
(226,220,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D553F color. Also use rgb(109,85,63) instead hex code.

Text Font Color

.myTextColor { color: #6D553F; }

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

This text font color is #6D553F.


Background Color

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

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

This div background color is #6D553F.


Border color

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

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

This div border color is #6D553F.


Opacity

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

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

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

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

This text has shadow with #6D553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D553F on black background.


Color preview on white background

This text has color #6D553F on white background.



Black color preview on #6D553F background

This text has black color on #6D553F background.


White color preview on #6D553F background

This text has white color on #6D553F background.