COLOR #6C5A29

HEX: #6C5A29
RGB: (108,90,41)

Color info

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

RGB color model

#6C5A29 color RGB value is (108,90,41).

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

RGB channels and saturation

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

108
90
41

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

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 41 = 239 (100%)
R 108 of 239 ~ 45.19%
G 90 of 239 ~ 37.66%
B 41 of 239 ~ 17.15%

%45.19
%37.66
%17.15

CMYK color model

#6C5A29 color CMYK value is (0,17,62,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 62.04%
  • key color value is 57.65%
CMYK:
(0,17,62,58)
C0M17Y62K58 
(0%,17%,62%,58%)
(0.00/0.17/0.62/0.58)	

CMYK percentages

%0
%16.67
%62.04
%57.65

Codes

Color #6C5A29 in popluar color models

6C5A29
RGB1089041
HSL44°44.97%29.22%
HSB/HSV44°62.04%42.35%
CMYK0.00%16.67%62.04%
57.65%

Color #6C5A29 in popluar number systems.

HEX6C5A29
Decimal1089041
Binary11011001011010101001
Octal15413251

Shades and tints

Shades of #6C5A29

#6C5A29
(108,90,41)
#635226
(99,82,38)
#5A4A23
(90,74,35)
#514220
(81,66,32)
#483A1D
(72,58,29)
#3F321A
(63,50,26)
#362A17
(54,42,23)
#2D2214
(45,34,20)
#241A11
(36,26,17)
#1B120E
(27,18,14)
#120A0B
(18,10,11)
#000000
(0,0,0)

Tints of #6C5A29

#6C5A29
(108,90,41)
#79693C
(121,105,60)
#86784F
(134,120,79)
#938762
(147,135,98)
#A09675
(160,150,117)
#ADA588
(173,165,136)
#BAB49B
(186,180,155)
#C7C3AE
(199,195,174)
#D4D2C1
(212,210,193)
#E1E1D4
(225,225,212)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5A29; }

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

This text font color is #6C5A29.


Background Color

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

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

This div background color is #6C5A29.


Border color

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

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

This div border color is #6C5A29.


Opacity

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

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

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

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

This text has shadow with #6C5A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A29 on black background.


Color preview on white background

This text has color #6C5A29 on white background.



Black color preview on #6C5A29 background

This text has black color on #6C5A29 background.


White color preview on #6C5A29 background

This text has white color on #6C5A29 background.