COLOR #6C5255

HEX: #6C5255
RGB: (108,82,85)

Color info

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

RGB color model

#6C5255 color RGB value is (108,82,85).

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

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 85 of 255 = 33%

108
82
85

R + G + B ~ 36%. #6C5255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 85 = 275 (100%)
R 108 of 275 ~ 39.27%
G 82 of 275 ~ 29.82%
B 85 of 275 ~ 30.91%

%39.27
%29.82
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 21.30%
  • key color value is 57.65%
CMYK:
(0,24,21,58)
C0M24Y21K58 
(0%,24%,21%,58%)
(0.00/0.24/0.21/0.58)	

CMYK percentages

%0
%24.07
%21.3
%57.65

Codes

Color #6C5255 in popluar color models

6C5255
RGB1088285
HSL353°13.68%37.25%
HSB/HSV353°24.07%42.35%
CMYK0.00%24.07%21.30%
57.65%

Color #6C5255 in popluar number systems.

HEX6C5255
Decimal1088285
Binary110110010100101010101
Octal154122125

Shades and tints

Shades of #6C5255

#6C5255
(108,82,85)
#634B4E
(99,75,78)
#5A4447
(90,68,71)
#513D40
(81,61,64)
#483639
(72,54,57)
#3F2F32
(63,47,50)
#36282B
(54,40,43)
#2D2124
(45,33,36)
#241A1D
(36,26,29)
#1B1316
(27,19,22)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C5255

#6C5255
(108,82,85)
#796164
(121,97,100)
#867073
(134,112,115)
#937F82
(147,127,130)
#A08E91
(160,142,145)
#AD9DA0
(173,157,160)
#BAACAF
(186,172,175)
#C7BBBE
(199,187,190)
#D4CACD
(212,202,205)
#E1D9DC
(225,217,220)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5255; }

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

This text font color is #6C5255.


Background Color

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

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

This div background color is #6C5255.


Border color

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

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

This div border color is #6C5255.


Opacity

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

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

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

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

This text has shadow with #6C5255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5255 on black background.


Color preview on white background

This text has color #6C5255 on white background.



Black color preview on #6C5255 background

This text has black color on #6C5255 background.


White color preview on #6C5255 background

This text has white color on #6C5255 background.