COLOR #6C5650

HEX: #6C5650
RGB: (108,86,80)

Color info

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

RGB color model

#6C5650 color RGB value is (108,86,80).

  • red value is 108;
  • green value is 86;
  • blue value is 80.
RGB:
(108,86,80)
(42%,34%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 80 of 255 = 31%

108
86
80

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

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 80 = 274 (100%)
R 108 of 274 ~ 39.42%
G 86 of 274 ~ 31.39%
B 80 of 274 ~ 29.2%

%39.42
%31.39
%29.2

CMYK color model

#6C5650 color CMYK value is (0,20,26,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 25.93%
  • key color value is 57.65%
CMYK:
(0,20,26,58)
C0M20Y26K58 
(0%,20%,26%,58%)
(0.00/0.20/0.26/0.58)	

CMYK percentages

%0
%20.37
%25.93
%57.65

Codes

Color #6C5650 in popluar color models

6C5650
RGB1088680
HSL13°14.89%36.86%
HSB/HSV13°25.93%42.35%
CMYK0.00%20.37%25.93%
57.65%

Color #6C5650 in popluar number systems.

HEX6C5650
Decimal1088680
Binary110110010101101010000
Octal154126120

Shades and tints

Shades of #6C5650

#6C5650
(108,86,80)
#634F49
(99,79,73)
#5A4842
(90,72,66)
#51413B
(81,65,59)
#483A34
(72,58,52)
#3F332D
(63,51,45)
#362C26
(54,44,38)
#2D251F
(45,37,31)
#241E18
(36,30,24)
#1B1711
(27,23,17)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #6C5650

#6C5650
(108,86,80)
#79655F
(121,101,95)
#86746E
(134,116,110)
#93837D
(147,131,125)
#A0928C
(160,146,140)
#ADA19B
(173,161,155)
#BAB0AA
(186,176,170)
#C7BFB9
(199,191,185)
#D4CEC8
(212,206,200)
#E1DDD7
(225,221,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5650; }

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

This text font color is #6C5650.


Background Color

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

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

This div background color is #6C5650.


Border color

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

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

This div border color is #6C5650.


Opacity

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

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

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

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

This text has shadow with #6C5650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5650 on black background.


Color preview on white background

This text has color #6C5650 on white background.



Black color preview on #6C5650 background

This text has black color on #6C5650 background.


White color preview on #6C5650 background

This text has white color on #6C5650 background.