COLOR #6C5538

HEX: #6C5538
RGB: (108,85,56)

Color info

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

RGB color model

#6C5538 color RGB value is (108,85,56).

  • red value is 108;
  • green value is 85;
  • blue value is 56.
RGB:
(108,85,56)
(42%,33%,22%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 56 of 255 = 22%

108
85
56

R + G + B ~ 32%. #6C5538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 56 = 249 (100%)
R 108 of 249 ~ 43.37%
G 85 of 249 ~ 34.14%
B 56 of 249 ~ 22.49%

%43.37
%34.14
%22.49

CMYK color model

#6C5538 color CMYK value is (0,21,48,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 48.15%
  • key color value is 57.65%
CMYK:
(0,21,48,58)
C0M21Y48K58 
(0%,21%,48%,58%)
(0.00/0.21/0.48/0.58)	

CMYK percentages

%0
%21.3
%48.15
%57.65

Codes

Color #6C5538 in popluar color models

6C5538
RGB1088556
HSL33°31.71%32.16%
HSB/HSV33°48.15%42.35%
CMYK0.00%21.30%48.15%
57.65%

Color #6C5538 in popluar number systems.

HEX6C5538
Decimal1088556
Binary11011001010101111000
Octal15412570

Shades and tints

Shades of #6C5538

#6C5538
(108,85,56)
#634E33
(99,78,51)
#5A472E
(90,71,46)
#514029
(81,64,41)
#483924
(72,57,36)
#3F321F
(63,50,31)
#362B1A
(54,43,26)
#2D2415
(45,36,21)
#241D10
(36,29,16)
#1B160B
(27,22,11)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #6C5538

#6C5538
(108,85,56)
#79644A
(121,100,74)
#86735C
(134,115,92)
#93826E
(147,130,110)
#A09180
(160,145,128)
#ADA092
(173,160,146)
#BAAFA4
(186,175,164)
#C7BEB6
(199,190,182)
#D4CDC8
(212,205,200)
#E1DCDA
(225,220,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5538 color. Also use rgb(108,85,56) instead hex code.

Text Font Color

.myTextColor { color: #6C5538; }

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

This text font color is #6C5538.


Background Color

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

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

This div background color is #6C5538.


Border color

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

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

This div border color is #6C5538.


Opacity

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

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

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

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

This text has shadow with #6C5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5538 on black background.


Color preview on white background

This text has color #6C5538 on white background.



Black color preview on #6C5538 background

This text has black color on #6C5538 background.


White color preview on #6C5538 background

This text has white color on #6C5538 background.