COLOR #6C5541

HEX: #6C5541 RGB: (108,85,65)

Color info

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

RGB color model

#6C5541 color RGB value is (108,85,65).

RGB: (108,85,65) (42%, 33%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 65 of 255 = 25%

108
85
65

R + G + B ~ 33%. #6C5541 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 65 = 258 (100%)
R 108 of 258 ~ 41.86%
G 85 of 258 ~ 32.95%
B 65 of 258 ~ 25.19'%

%41.86
%32.95
%25.19

CMYK color model

#6C5541 color CMYK value is (0,21,40,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 39.81%
  • key color value is 57.65%

CMYK: (0,21,40,58)
C0M21Y40K58 (0%, 21%, 40%, 58%)
(0.00 / 0.21 / 0.40 / 0.58)

CMYK percentages

%0
%21.3
%39.81
%57.65

Codes

Color #6C5541 in popluar color models

6C 55 41
RGB 108 85 65
HSL 28° 24.86% 33.92%
HSB/HSV 28° 39.81% 42.35%
CMYK 0.00% 21.30% 39.81%
57.65%

Color #6C5541 in popluar number systems.

HEX 6C 55 41
Decimal 108 85 65
Binary 1101100 1010101 1000001
Octal 154 125 101

Shades and tints

Shades of #6C5541

#6C5541
(108,85,65)
#634E3C
(99,78,60)
#5A4737
(90,71,55)
#514032
(81,64,50)
#48392D
(72,57,45)
#3F3228
(63,50,40)
#362B23
(54,43,35)
#2D241E
(45,36,30)
#241D19
(36,29,25)
#1B1614
(27,22,20)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #6C5541

#6C5541
(108,85,65)
#796452
(121,100,82)
#867363
(134,115,99)
#938274
(147,130,116)
#A09185
(160,145,133)
#ADA096
(173,160,150)
#BAAFA7
(186,175,167)
#C7BEB8
(199,190,184)
#D4CDC9
(212,205,201)
#E1DCDA
(225,220,218)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5541 color. Also use rgb(108,85,65) instead hex code.

Text Font Color

.myTextColor { color: #6C5541; }

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

This text font color is #6C5541.

Background Color

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

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

This div background color is #6C5541.

Border color

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

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

This div border color is #6C5541.

Opacity

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

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

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

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

This text has shadow with #6C5541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5541.

Preview

Color preview on black background

This text has color #6C5541 on black background.


Color preview on white background

This text has color #6C5541 on white background.


Black color preview on #6C5541 background

This text has black color on #6C5541 background.


White color preview on #6C5541 background

This text has white color on #6C5541 background.


Related colors

Complementary color

Complementary color for #hex is #93AABE.


I love getcolorcode.com

Triadic colors

1 #416C55 and #55416C with #6C5541 are triadic colors.

2 #41556C and #556C41 with #6C5541 are triadic colors.