COLOR #6C5B3E

HEX: #6C5B3E
RGB: (108,91,62)

Color info

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

RGB color model

#6C5B3E color RGB value is (108,91,62).

  • red value is 108;
  • green value is 91;
  • blue value is 62.
RGB:
(108,91,62)
(42%,36%,24%)

RGB channels and saturation

R 108 of 255 = 42%
G 91 of 255 = 36%
B 62 of 255 = 24%

108
91
62

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

Portions of RGB colors in percentages

R + G + B =
108 + 91 + 62 = 261 (100%)
R 108 of 261 ~ 41.38%
G 91 of 261 ~ 34.87%
B 62 of 261 ~ 23.75%

%41.38
%34.87
%23.75

CMYK color model

#6C5B3E color CMYK value is (0,16,43,58).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 42.59%
  • key color value is 57.65%
CMYK:
(0,16,43,58)
C0M16Y43K58 
(0%,16%,43%,58%)
(0.00/0.16/0.43/0.58)	

CMYK percentages

%0
%15.74
%42.59
%57.65

Codes

Color #6C5B3E in popluar color models

6C5B3E
RGB1089162
HSL38°27.06%33.33%
HSB/HSV38°42.59%42.35%
CMYK0.00%15.74%42.59%
57.65%

Color #6C5B3E in popluar number systems.

HEX6C5B3E
Decimal1089162
Binary11011001011011111110
Octal15413376

Shades and tints

Shades of #6C5B3E

#6C5B3E
(108,91,62)
#635339
(99,83,57)
#5A4B34
(90,75,52)
#51432F
(81,67,47)
#483B2A
(72,59,42)
#3F3325
(63,51,37)
#362B20
(54,43,32)
#2D231B
(45,35,27)
#241B16
(36,27,22)
#1B1311
(27,19,17)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #6C5B3E

#6C5B3E
(108,91,62)
#79694F
(121,105,79)
#867760
(134,119,96)
#938571
(147,133,113)
#A09382
(160,147,130)
#ADA193
(173,161,147)
#BAAFA4
(186,175,164)
#C7BDB5
(199,189,181)
#D4CBC6
(212,203,198)
#E1D9D7
(225,217,215)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5B3E; }

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

This text font color is #6C5B3E.


Background Color

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

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

This div background color is #6C5B3E.


Border color

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

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

This div border color is #6C5B3E.


Opacity

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

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

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

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

This text has shadow with #6C5B3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5B3E on black background.


Color preview on white background

This text has color #6C5B3E on white background.



Black color preview on #6C5B3E background

This text has black color on #6C5B3E background.


White color preview on #6C5B3E background

This text has white color on #6C5B3E background.