COLOR #6C6555

HEX: #6C6555
RGB: (108,101,85)

Color info

#6C6555 contains red, green and blue colors in about the same proportion. Web safe color of #6C6555 is #666666 (or #666).

RGB color model

#6C6555 color RGB value is (108,101,85).

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

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 85 of 255 = 33%

108
101
85

R + G + B ~ 38%. #6C6555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 101 + 85 = 294 (100%)
R 108 of 294 ~ 36.73%
G 101 of 294 ~ 34.35%
B 85 of 294 ~ 28.91%

%36.73
%34.35
%28.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(0,6,21,58)
C0M6Y21K58 
(0%,6%,21%,58%)
(0.00/0.06/0.21/0.58)	

CMYK percentages

%0
%6.48
%21.3
%57.65

Codes

Color #6C6555 in popluar color models

6C6555
RGB10810185
HSL42°11.92%37.84%
HSB/HSV42°21.30%42.35%
CMYK0.00%6.48%21.30%
57.65%

Color #6C6555 in popluar number systems.

HEX6C6555
Decimal10810185
Binary110110011001011010101
Octal154145125

Shades and tints

Shades of #6C6555

#6C6555
(108,101,85)
#635C4E
(99,92,78)
#5A5347
(90,83,71)
#514A40
(81,74,64)
#484139
(72,65,57)
#3F3832
(63,56,50)
#362F2B
(54,47,43)
#2D2624
(45,38,36)
#241D1D
(36,29,29)
#1B1416
(27,20,22)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #6C6555

#6C6555
(108,101,85)
#797364
(121,115,100)
#868173
(134,129,115)
#938F82
(147,143,130)
#A09D91
(160,157,145)
#ADABA0
(173,171,160)
#BAB9AF
(186,185,175)
#C7C7BE
(199,199,190)
#D4D5CD
(212,213,205)
#E1E3DC
(225,227,220)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6555; }

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

This text font color is #6C6555.


Background Color

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

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

This div background color is #6C6555.


Border color

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

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

This div border color is #6C6555.


Opacity

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

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

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

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

This text has shadow with #6C6555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6555 on black background.


Color preview on white background

This text has color #6C6555 on white background.



Black color preview on #6C6555 background

This text has black color on #6C6555 background.


White color preview on #6C6555 background

This text has white color on #6C6555 background.