COLOR #6C6A57

HEX: #6C6A57
RGB: (108,106,87)

Color info

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

RGB color model

#6C6A57 color RGB value is (108,106,87).

  • red value is 108;
  • green value is 106;
  • blue value is 87.
RGB:
(108,106,87)
(42%,42%,34%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 87 of 255 = 34%

108
106
87

R + G + B ~ 39%. #6C6A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 87 = 301 (100%)
R 108 of 301 ~ 35.88%
G 106 of 301 ~ 35.22%
B 87 of 301 ~ 28.9%

%35.88
%35.22
%28.9

CMYK color model

#6C6A57 color CMYK value is (0,2,19,58).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 19.44%
  • key color value is 57.65%
CMYK:
(0,2,19,58)
C0M2Y19K58 
(0%,2%,19%,58%)
(0.00/0.02/0.19/0.58)	

CMYK percentages

%0
%1.85
%19.44
%57.65

Codes

Color #6C6A57 in popluar color models

6C6A57
RGB10810687
HSL54°10.77%38.24%
HSB/HSV54°19.44%42.35%
CMYK0.00%1.85%19.44%
57.65%

Color #6C6A57 in popluar number systems.

HEX6C6A57
Decimal10810687
Binary110110011010101010111
Octal154152127

Shades and tints

Shades of #6C6A57

#6C6A57
(108,106,87)
#636150
(99,97,80)
#5A5849
(90,88,73)
#514F42
(81,79,66)
#48463B
(72,70,59)
#3F3D34
(63,61,52)
#36342D
(54,52,45)
#2D2B26
(45,43,38)
#24221F
(36,34,31)
#1B1918
(27,25,24)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C6A57

#6C6A57
(108,106,87)
#797766
(121,119,102)
#868475
(134,132,117)
#939184
(147,145,132)
#A09E93
(160,158,147)
#ADABA2
(173,171,162)
#BAB8B1
(186,184,177)
#C7C5C0
(199,197,192)
#D4D2CF
(212,210,207)
#E1DFDE
(225,223,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6A57 color. Also use rgb(108,106,87) instead hex code.

Text Font Color

.myTextColor { color: #6C6A57; }

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

This text font color is #6C6A57.


Background Color

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

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

This div background color is #6C6A57.


Border color

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

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

This div border color is #6C6A57.


Opacity

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

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

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

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

This text has shadow with #6C6A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A57 on black background.


Color preview on white background

This text has color #6C6A57 on white background.



Black color preview on #6C6A57 background

This text has black color on #6C6A57 background.


White color preview on #6C6A57 background

This text has white color on #6C6A57 background.