COLOR #6C5032

HEX: #6C5032 RGB: (108,80,50)

Color info

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

RGB color model

#6C5032 color RGB value is (108,80,50).

RGB: (108,80,50) (42%, 31%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 80 of 255 = 31%
B 50 of 255 = 20%

108
80
50

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

Portions of RGB colors in percentages

R + G + B = 108 + 80 + 50 = 238 (100%)
R 108 of 238 ~ 45.38%
G 80 of 238 ~ 33.61%
B 50 of 238 ~ 21.01'%

%45.38
%33.61
%21.01

CMYK color model

#6C5032 color CMYK value is (0,26,54,58).

  • cyan value is 0.00%
  • magenta value is 25.93%
  • yellow value is 53.70%
  • key color value is 57.65%

CMYK: (0,26,54,58)
C0M26Y54K58 (0%, 26%, 54%, 58%)
(0.00 / 0.26 / 0.54 / 0.58)

CMYK percentages

%0
%25.93
%53.7
%57.65

Codes

Color #6C5032 in popluar color models

6C 50 32
RGB 108 80 50
HSL 31° 36.71% 30.98%
HSB/HSV 31° 53.70% 42.35%
CMYK 0.00% 25.93% 53.70%
57.65%

Color #6C5032 in popluar number systems.

HEX 6C 50 32
Decimal 108 80 50
Binary 1101100 1010000 110010
Octal 154 120 62

Shades and tints

Shades of #6C5032

#6C5032
(108,80,50)
#63492E
(99,73,46)
#5A422A
(90,66,42)
#513B26
(81,59,38)
#483422
(72,52,34)
#3F2D1E
(63,45,30)
#36261A
(54,38,26)
#2D1F16
(45,31,22)
#241812
(36,24,18)
#1B110E
(27,17,14)
#120A0A
(18,10,10)
#000000
(0,0,0)

Tints of #6C5032

#6C5032
(108,80,50)
#795F44
(121,95,68)
#866E56
(134,110,86)
#937D68
(147,125,104)
#A08C7A
(160,140,122)
#AD9B8C
(173,155,140)
#BAAA9E
(186,170,158)
#C7B9B0
(199,185,176)
#D4C8C2
(212,200,194)
#E1D7D4
(225,215,212)
#EEE6E6
(238,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5032 color. Also use rgb(108,80,50) instead hex code.

Text Font Color

.myTextColor { color: #6C5032; }

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

This text font color is #6C5032.

Background Color

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

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

This div background color is #6C5032.

Border color

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

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

This div border color is #6C5032.

Opacity

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

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

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

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

This text has shadow with #6C5032 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5032.

Preview

Color preview on black background

This text has color #6C5032 on black background.


Color preview on white background

This text has color #6C5032 on white background.


Black color preview on #6C5032 background

This text has black color on #6C5032 background.


White color preview on #6C5032 background

This text has white color on #6C5032 background.


Related colors

Complementary color

Complementary color for #hex is #93AFCD.


I love getcolorcode.com

Triadic colors

1 #326C50 and #50326C with #6C5032 are triadic colors.

2 #32506C and #506C32 with #6C5032 are triadic colors.