COLOR #6C684D

HEX: #6C684D
RGB: (108,104,77)

Color info

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

RGB color model

#6C684D color RGB value is (108,104,77).

  • red value is 108;
  • green value is 104;
  • blue value is 77.
RGB:
(108,104,77)
(42%,41%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 77 of 255 = 30%

108
104
77

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 77 = 289 (100%)
R 108 of 289 ~ 37.37%
G 104 of 289 ~ 35.99%
B 77 of 289 ~ 26.64%

%37.37
%35.99
%26.64

CMYK color model

#6C684D color CMYK value is (0,4,29,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(0,4,29,58)
C0M4Y29K58 
(0%,4%,29%,58%)
(0.00/0.04/0.29/0.58)	

CMYK percentages

%0
%3.7
%28.7
%57.65

Codes

Color #6C684D in popluar color models

6C684D
RGB10810477
HSL52°16.76%36.27%
HSB/HSV52°28.70%42.35%
CMYK0.00%3.70%28.70%
57.65%

Color #6C684D in popluar number systems.

HEX6C684D
Decimal10810477
Binary110110011010001001101
Octal154150115

Shades and tints

Shades of #6C684D

#6C684D
(108,104,77)
#635F46
(99,95,70)
#5A563F
(90,86,63)
#514D38
(81,77,56)
#484431
(72,68,49)
#3F3B2A
(63,59,42)
#363223
(54,50,35)
#2D291C
(45,41,28)
#242015
(36,32,21)
#1B170E
(27,23,14)
#120E07
(18,14,7)
#000000
(0,0,0)

Tints of #6C684D

#6C684D
(108,104,77)
#79755D
(121,117,93)
#86826D
(134,130,109)
#938F7D
(147,143,125)
#A09C8D
(160,156,141)
#ADA99D
(173,169,157)
#BAB6AD
(186,182,173)
#C7C3BD
(199,195,189)
#D4D0CD
(212,208,205)
#E1DDDD
(225,221,221)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C684D color. Also use rgb(108,104,77) instead hex code.

Text Font Color

.myTextColor { color: #6C684D; }

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

This text font color is #6C684D.


Background Color

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

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

This div background color is #6C684D.


Border color

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

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

This div border color is #6C684D.


Opacity

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

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

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

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

This text has shadow with #6C684D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C684D on black background.


Color preview on white background

This text has color #6C684D on white background.



Black color preview on #6C684D background

This text has black color on #6C684D background.


White color preview on #6C684D background

This text has white color on #6C684D background.