COLOR #6C564C

HEX: #6C564C
RGB: (108,86,76)

Color info

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

RGB color model

#6C564C color RGB value is (108,86,76).

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

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 76 of 255 = 30%

108
86
76

R + G + B ~ 35%. #6C564C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 86 + 76 = 270 (100%)
R 108 of 270 ~ 40%
G 86 of 270 ~ 31.85%
B 76 of 270 ~ 28.15%

%40
%31.85
%28.15

CMYK color model

#6C564C color CMYK value is (0,20,30,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,20,30,58)
C0M20Y30K58 
(0%,20%,30%,58%)
(0.00/0.20/0.30/0.58)	

CMYK percentages

%0
%20.37
%29.63
%57.65

Codes

Color #6C564C in popluar color models

6C564C
RGB1088676
HSL19°17.39%36.08%
HSB/HSV19°29.63%42.35%
CMYK0.00%20.37%29.63%
57.65%

Color #6C564C in popluar number systems.

HEX6C564C
Decimal1088676
Binary110110010101101001100
Octal154126114

Shades and tints

Shades of #6C564C

#6C564C
(108,86,76)
#634F46
(99,79,70)
#5A4840
(90,72,64)
#51413A
(81,65,58)
#483A34
(72,58,52)
#3F332E
(63,51,46)
#362C28
(54,44,40)
#2D2522
(45,37,34)
#241E1C
(36,30,28)
#1B1716
(27,23,22)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C564C

#6C564C
(108,86,76)
#79655C
(121,101,92)
#86746C
(134,116,108)
#93837C
(147,131,124)
#A0928C
(160,146,140)
#ADA19C
(173,161,156)
#BAB0AC
(186,176,172)
#C7BFBC
(199,191,188)
#D4CECC
(212,206,204)
#E1DDDC
(225,221,220)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C564C; }

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

This text font color is #6C564C.


Background Color

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

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

This div background color is #6C564C.


Border color

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

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

This div border color is #6C564C.


Opacity

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

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

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

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

This text has shadow with #6C564C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C564C on black background.


Color preview on white background

This text has color #6C564C on white background.



Black color preview on #6C564C background

This text has black color on #6C564C background.


White color preview on #6C564C background

This text has white color on #6C564C background.