COLOR #6C5929

HEX: #6C5929
RGB: (108,89,41)

Color info

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

RGB color model

#6C5929 color RGB value is (108,89,41).

  • red value is 108;
  • green value is 89;
  • blue value is 41.
RGB:
(108,89,41)
(42%,35%,16%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 41 of 255 = 16%

108
89
41

R + G + B ~ 31%. #6C5929 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 41 = 238 (100%)
R 108 of 238 ~ 45.38%
G 89 of 238 ~ 37.39%
B 41 of 238 ~ 17.23%

%45.38
%37.39
%17.23

CMYK color model

#6C5929 color CMYK value is (0,18,62,58).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 62.04%
  • key color value is 57.65%
CMYK:
(0,18,62,58)
C0M18Y62K58 
(0%,18%,62%,58%)
(0.00/0.18/0.62/0.58)	

CMYK percentages

%0
%17.59
%62.04
%57.65

Codes

Color #6C5929 in popluar color models

6C5929
RGB1088941
HSL43°44.97%29.22%
HSB/HSV43°62.04%42.35%
CMYK0.00%17.59%62.04%
57.65%

Color #6C5929 in popluar number systems.

HEX6C5929
Decimal1088941
Binary11011001011001101001
Octal15413151

Shades and tints

Shades of #6C5929

#6C5929
(108,89,41)
#635126
(99,81,38)
#5A4923
(90,73,35)
#514120
(81,65,32)
#48391D
(72,57,29)
#3F311A
(63,49,26)
#362917
(54,41,23)
#2D2114
(45,33,20)
#241911
(36,25,17)
#1B110E
(27,17,14)
#12090B
(18,9,11)
#000000
(0,0,0)

Tints of #6C5929

#6C5929
(108,89,41)
#79683C
(121,104,60)
#86774F
(134,119,79)
#938662
(147,134,98)
#A09575
(160,149,117)
#ADA488
(173,164,136)
#BAB39B
(186,179,155)
#C7C2AE
(199,194,174)
#D4D1C1
(212,209,193)
#E1E0D4
(225,224,212)
#EEEFE7
(238,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5929 color. Also use rgb(108,89,41) instead hex code.

Text Font Color

.myTextColor { color: #6C5929; }

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

This text font color is #6C5929.


Background Color

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

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

This div background color is #6C5929.


Border color

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

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

This div border color is #6C5929.


Opacity

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

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

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

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

This text has shadow with #6C5929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5929 on black background.


Color preview on white background

This text has color #6C5929 on white background.



Black color preview on #6C5929 background

This text has black color on #6C5929 background.


White color preview on #6C5929 background

This text has white color on #6C5929 background.