COLOR #6C5A3E

HEX: #6C5A3E
RGB: (108,90,62)

Color info

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

RGB color model

#6C5A3E color RGB value is (108,90,62).

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

RGB channels and saturation

R 108 of 255 = 42%
G 90 of 255 = 35%
B 62 of 255 = 24%

108
90
62

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

Portions of RGB colors in percentages

R + G + B =
108 + 90 + 62 = 260 (100%)
R 108 of 260 ~ 41.54%
G 90 of 260 ~ 34.62%
B 62 of 260 ~ 23.85%

%41.54
%34.62
%23.85

CMYK color model

#6C5A3E color CMYK value is (0,17,43,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 42.59%
  • key color value is 57.65%
CMYK:
(0,17,43,58)
C0M17Y43K58 
(0%,17%,43%,58%)
(0.00/0.17/0.43/0.58)	

CMYK percentages

%0
%16.67
%42.59
%57.65

Codes

Color #6C5A3E in popluar color models

6C5A3E
RGB1089062
HSL37°27.06%33.33%
HSB/HSV37°42.59%42.35%
CMYK0.00%16.67%42.59%
57.65%

Color #6C5A3E in popluar number systems.

HEX6C5A3E
Decimal1089062
Binary11011001011010111110
Octal15413276

Shades and tints

Shades of #6C5A3E

#6C5A3E
(108,90,62)
#635239
(99,82,57)
#5A4A34
(90,74,52)
#51422F
(81,66,47)
#483A2A
(72,58,42)
#3F3225
(63,50,37)
#362A20
(54,42,32)
#2D221B
(45,34,27)
#241A16
(36,26,22)
#1B1211
(27,18,17)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C5A3E

#6C5A3E
(108,90,62)
#79694F
(121,105,79)
#867860
(134,120,96)
#938771
(147,135,113)
#A09682
(160,150,130)
#ADA593
(173,165,147)
#BAB4A4
(186,180,164)
#C7C3B5
(199,195,181)
#D4D2C6
(212,210,198)
#E1E1D7
(225,225,215)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5A3E; }

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

This text font color is #6C5A3E.


Background Color

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

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

This div background color is #6C5A3E.


Border color

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

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

This div border color is #6C5A3E.


Opacity

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

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

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

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

This text has shadow with #6C5A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5A3E on black background.


Color preview on white background

This text has color #6C5A3E on white background.



Black color preview on #6C5A3E background

This text has black color on #6C5A3E background.


White color preview on #6C5A3E background

This text has white color on #6C5A3E background.