COLOR #6C5340

HEX: #6C5340 RGB: (108,83,64)

Color info

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

RGB color model

#6C5340 color RGB value is (108,83,64).

RGB: (108,83,64) (42%, 33%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 64 of 255 = 25%

108
83
64

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

Portions of RGB colors in percentages

R + G + B = 108 + 83 + 64 = 255 (100%)
R 108 of 255 ~ 42.35%
G 83 of 255 ~ 32.55%
B 64 of 255 ~ 25.1'%

%42.35
%32.55
%25.1

CMYK color model

#6C5340 color CMYK value is (0,23,41,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 40.74%
  • key color value is 57.65%

CMYK: (0,23,41,58)
C0M23Y41K58 (0%, 23%, 41%, 58%)
(0.00 / 0.23 / 0.41 / 0.58)

CMYK percentages

%0
%23.15
%40.74
%57.65

Codes

Color #6C5340 in popluar color models

6C 53 40
RGB 108 83 64
HSL 26° 25.58% 33.73%
HSB/HSV 26° 40.74% 42.35%
CMYK 0.00% 23.15% 40.74%
57.65%

Color #6C5340 in popluar number systems.

HEX 6C 53 40
Decimal 108 83 64
Binary 1101100 1010011 1000000
Octal 154 123 100

Shades and tints

Shades of #6C5340

#6C5340
(108,83,64)
#634C3B
(99,76,59)
#5A4536
(90,69,54)
#513E31
(81,62,49)
#48372C
(72,55,44)
#3F3027
(63,48,39)
#362922
(54,41,34)
#2D221D
(45,34,29)
#241B18
(36,27,24)
#1B1413
(27,20,19)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C5340

#6C5340
(108,83,64)
#796251
(121,98,81)
#867162
(134,113,98)
#938073
(147,128,115)
#A08F84
(160,143,132)
#AD9E95
(173,158,149)
#BAADA6
(186,173,166)
#C7BCB7
(199,188,183)
#D4CBC8
(212,203,200)
#E1DAD9
(225,218,217)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5340 color. Also use rgb(108,83,64) instead hex code.

Text Font Color

.myTextColor { color: #6C5340; }

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

This text font color is #6C5340.

Background Color

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

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

This div background color is #6C5340.

Border color

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

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

This div border color is #6C5340.

Opacity

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

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

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

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

This text has shadow with #6C5340 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5340.

Preview

Color preview on black background

This text has color #6C5340 on black background.


Color preview on white background

This text has color #6C5340 on white background.


Black color preview on #6C5340 background

This text has black color on #6C5340 background.


White color preview on #6C5340 background

This text has white color on #6C5340 background.


Related colors

Complementary color

Complementary color for #hex is #93ACBF.


I love getcolorcode.com

Triadic colors

1 #406C53 and #53406C with #6C5340 are triadic colors.

2 #40536C and #536C40 with #6C5340 are triadic colors.