COLOR #6C5A2A

HEX: #6C5A2A RGB: (108,90,42)

Color info

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

RGB color model

#6C5A2A color RGB value is (108,90,42).

RGB: (108,90,42) (42%, 35%, 16%)

RGB channels and saturation

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

108
90
42

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

Portions of RGB colors in percentages

R + G + B = 108 + 90 + 42 = 240 (100%)
R 108 of 240 ~ 45%
G 90 of 240 ~ 37.5%
B 42 of 240 ~ 17.5'%

%45
%37.5
%17.5

CMYK color model

#6C5A2A color CMYK value is (0,17,61,58).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 61.11%
  • key color value is 57.65%

CMYK: (0,17,61,58)
C0M17Y61K58 (0%, 17%, 61%, 58%)
(0.00 / 0.17 / 0.61 / 0.58)

CMYK percentages

%0
%16.67
%61.11
%57.65

Codes

Color #6C5A2A in popluar color models

6C 5A 2A
RGB 108 90 42
HSL 44° 44.00% 29.41%
HSB/HSV 44° 61.11% 42.35%
CMYK 0.00% 16.67% 61.11%
57.65%

Color #6C5A2A in popluar number systems.

HEX 6C 5A 2A
Decimal 108 90 42
Binary 1101100 1011010 101010
Octal 154 132 52

Shades and tints

Shades of #6C5A2A

#6C5A2A
(108,90,42)
#635227
(99,82,39)
#5A4A24
(90,74,36)
#514221
(81,66,33)
#483A1E
(72,58,30)
#3F321B
(63,50,27)
#362A18
(54,42,24)
#2D2215
(45,34,21)
#241A12
(36,26,18)
#1B120F
(27,18,15)
#120A0C
(18,10,12)
#000000
(0,0,0)

Tints of #6C5A2A

#6C5A2A
(108,90,42)
#79693D
(121,105,61)
#867850
(134,120,80)
#938763
(147,135,99)
#A09676
(160,150,118)
#ADA589
(173,165,137)
#BAB49C
(186,180,156)
#C7C3AF
(199,195,175)
#D4D2C2
(212,210,194)
#E1E1D5
(225,225,213)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5A2A; }

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

This text font color is #6C5A2A.

Background Color

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

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

This div background color is #6C5A2A.

Border color

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

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

This div border color is #6C5A2A.

Opacity

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

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

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

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

This text has shadow with #6C5A2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5A2A.

Preview

Color preview on black background

This text has color #6C5A2A on black background.


Color preview on white background

This text has color #6C5A2A on white background.


Black color preview on #6C5A2A background

This text has black color on #6C5A2A background.


White color preview on #6C5A2A background

This text has white color on #6C5A2A background.


Related colors

Complementary color

Complementary color for #hex is #93A5D5.


I love getcolorcode.com

Triadic colors

1 #2A6C5A and #5A2A6C with #6C5A2A are triadic colors.

2 #2A5A6C and #5A6C2A with #6C5A2A are triadic colors.