COLOR #6C523E

HEX: #6C523E RGB: (108,82,62)

Color info

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

RGB color model

#6C523E color RGB value is (108,82,62).

RGB: (108,82,62) (42%, 32%, 24%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 62 of 255 = 24%

108
82
62

R + G + B ~ 33%. #6C523E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 82 + 62 = 252 (100%)
R 108 of 252 ~ 42.86%
G 82 of 252 ~ 32.54%
B 62 of 252 ~ 24.6'%

%42.86
%32.54
%24.6

CMYK color model

#6C523E color CMYK value is (0,24,43,58).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 42.59%
  • key color value is 57.65%

CMYK: (0,24,43,58)
C0M24Y43K58 (0%, 24%, 43%, 58%)
(0.00 / 0.24 / 0.43 / 0.58)

CMYK percentages

%0
%24.07
%42.59
%57.65

Codes

Color #6C523E in popluar color models

6C 52 3E
RGB 108 82 62
HSL 26° 27.06% 33.33%
HSB/HSV 26° 42.59% 42.35%
CMYK 0.00% 24.07% 42.59%
57.65%

Color #6C523E in popluar number systems.

HEX 6C 52 3E
Decimal 108 82 62
Binary 1101100 1010010 111110
Octal 154 122 76

Shades and tints

Shades of #6C523E

#6C523E
(108,82,62)
#634B39
(99,75,57)
#5A4434
(90,68,52)
#513D2F
(81,61,47)
#48362A
(72,54,42)
#3F2F25
(63,47,37)
#362820
(54,40,32)
#2D211B
(45,33,27)
#241A16
(36,26,22)
#1B1311
(27,19,17)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C523E

#6C523E
(108,82,62)
#79614F
(121,97,79)
#867060
(134,112,96)
#937F71
(147,127,113)
#A08E82
(160,142,130)
#AD9D93
(173,157,147)
#BAACA4
(186,172,164)
#C7BBB5
(199,187,181)
#D4CAC6
(212,202,198)
#E1D9D7
(225,217,215)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C523E; }

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

This text font color is #6C523E.

Background Color

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

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

This div background color is #6C523E.

Border color

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

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

This div border color is #6C523E.

Opacity

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

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

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

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

This text has shadow with #6C523E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C523E.

Preview

Color preview on black background

This text has color #6C523E on black background.


Color preview on white background

This text has color #6C523E on white background.


Black color preview on #6C523E background

This text has black color on #6C523E background.


White color preview on #6C523E background

This text has white color on #6C523E background.


Related colors

Complementary color

Complementary color for #hex is #93ADC1.


I love getcolorcode.com

Triadic colors

1 #3E6C52 and #523E6C with #6C523E are triadic colors.

2 #3E526C and #526C3E with #6C523E are triadic colors.