COLOR #6C5527

HEX: #6C5527
RGB: (108,85,39)

Color info

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

RGB color model

#6C5527 color RGB value is (108,85,39).

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

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 39 of 255 = 15%

108
85
39

R + G + B ~ 30%. #6C5527 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 39 = 232 (100%)
R 108 of 232 ~ 46.55%
G 85 of 232 ~ 36.64%
B 39 of 232 ~ 16.81%

%46.55
%36.64
%16.81

CMYK color model

#6C5527 color CMYK value is (0,21,64,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 63.89%
  • key color value is 57.65%
CMYK:
(0,21,64,58)
C0M21Y64K58 
(0%,21%,64%,58%)
(0.00/0.21/0.64/0.58)	

CMYK percentages

%0
%21.3
%63.89
%57.65

Codes

Color #6C5527 in popluar color models

6C5527
RGB1088539
HSL40°46.94%28.82%
HSB/HSV40°63.89%42.35%
CMYK0.00%21.30%63.89%
57.65%

Color #6C5527 in popluar number systems.

HEX6C5527
Decimal1088539
Binary11011001010101100111
Octal15412547

Shades and tints

Shades of #6C5527

#6C5527
(108,85,39)
#634E24
(99,78,36)
#5A4721
(90,71,33)
#51401E
(81,64,30)
#48391B
(72,57,27)
#3F3218
(63,50,24)
#362B15
(54,43,21)
#2D2412
(45,36,18)
#241D0F
(36,29,15)
#1B160C
(27,22,12)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C5527

#6C5527
(108,85,39)
#79643A
(121,100,58)
#86734D
(134,115,77)
#938260
(147,130,96)
#A09173
(160,145,115)
#ADA086
(173,160,134)
#BAAF99
(186,175,153)
#C7BEAC
(199,190,172)
#D4CDBF
(212,205,191)
#E1DCD2
(225,220,210)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5527; }

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

This text font color is #6C5527.


Background Color

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

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

This div background color is #6C5527.


Border color

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

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

This div border color is #6C5527.


Opacity

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

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

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

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

This text has shadow with #6C5527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5527 on black background.


Color preview on white background

This text has color #6C5527 on white background.



Black color preview on #6C5527 background

This text has black color on #6C5527 background.


White color preview on #6C5527 background

This text has white color on #6C5527 background.