COLOR #6C5B2E

HEX: #6C5B2E RGB: (108,91,46)

Color info

#6C5B2E contains mainly red and green colors. Web safe color of #6C5B2E is #666633 (or #663).

RGB color model

#6C5B2E color RGB value is (108,91,46).

RGB: (108,91,46) (42%, 36%, 18%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 46 of 255 = 18%

108
91
46

R + G + B ~ 32%. #6C5B2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 91 + 46 = 245 (100%)
R 108 of 245 ~ 44.08%
G 91 of 245 ~ 37.14%
B 46 of 245 ~ 18.78'%

%44.08
%37.14
%18.78

CMYK color model

#6C5B2E color CMYK value is (0,16,57,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 57.41%
  • key color value is 57.65%

CMYK: (0,16,57,58)
C0M16Y57K58 (0%, 16%, 57%, 58%)
(0.00 / 0.16 / 0.57 / 0.58)

CMYK percentages

%0
%15.74
%57.41
%57.65

Codes

Color #6C5B2E in popluar color models

6C 5B 2E
RGB 108 91 46
HSL 44° 40.26% 30.20%
HSB/HSV 44° 57.41% 42.35%
CMYK 0.00% 15.74% 57.41%
57.65%

Color #6C5B2E in popluar number systems.

HEX 6C 5B 2E
Decimal 108 91 46
Binary 1101100 1011011 101110
Octal 154 133 56

Shades and tints

Shades of #6C5B2E

#6C5B2E
(108,91,46)
#63532A
(99,83,42)
#5A4B26
(90,75,38)
#514322
(81,67,34)
#483B1E
(72,59,30)
#3F331A
(63,51,26)
#362B16
(54,43,22)
#2D2312
(45,35,18)
#241B0E
(36,27,14)
#1B130A
(27,19,10)
#120B06
(18,11,6)
#000000
(0,0,0)

Tints of #6C5B2E

#6C5B2E
(108,91,46)
#796941
(121,105,65)
#867754
(134,119,84)
#938567
(147,133,103)
#A0937A
(160,147,122)
#ADA18D
(173,161,141)
#BAAFA0
(186,175,160)
#C7BDB3
(199,189,179)
#D4CBC6
(212,203,198)
#E1D9D9
(225,217,217)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5B2E color. Also use rgb(108,91,46) instead hex code.

Text Font Color

.myTextColor { color: #6C5B2E; }

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

This text font color is #6C5B2E.

Background Color

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

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

This div background color is #6C5B2E.

Border color

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

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

This div border color is #6C5B2E.

Opacity

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

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

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

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

This text has shadow with #6C5B2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5B2E.

Preview

Color preview on black background

This text has color #6C5B2E on black background.


Color preview on white background

This text has color #6C5B2E on white background.


Black color preview on #6C5B2E background

This text has black color on #6C5B2E background.


White color preview on #6C5B2E background

This text has white color on #6C5B2E background.


Related colors

Complementary color

Complementary color for #hex is #93A4D1.


I love getcolorcode.com

Triadic colors

1 #2E6C5B and #5B2E6C with #6C5B2E are triadic colors.

2 #2E5B6C and #5B6C2E with #6C5B2E are triadic colors.