COLOR #6C694F

HEX: #6C694F
RGB: (108,105,79)

Color info

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

RGB color model

#6C694F color RGB value is (108,105,79).

  • red value is 108;
  • green value is 105;
  • blue value is 79.
RGB:
(108,105,79)
(42%,41%,31%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 79 of 255 = 31%

108
105
79

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

Portions of RGB colors in percentages

R + G + B =
108 + 105 + 79 = 292 (100%)
R 108 of 292 ~ 36.99%
G 105 of 292 ~ 35.96%
B 79 of 292 ~ 27.05%

%36.99
%35.96
%27.05

CMYK color model

#6C694F color CMYK value is (0,3,27,58).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 26.85%
  • key color value is 57.65%
CMYK:
(0,3,27,58)
C0M3Y27K58 
(0%,3%,27%,58%)
(0.00/0.03/0.27/0.58)	

CMYK percentages

%0
%2.78
%26.85
%57.65

Codes

Color #6C694F in popluar color models

6C694F
RGB10810579
HSL54°15.51%36.67%
HSB/HSV54°26.85%42.35%
CMYK0.00%2.78%26.85%
57.65%

Color #6C694F in popluar number systems.

HEX6C694F
Decimal10810579
Binary110110011010011001111
Octal154151117

Shades and tints

Shades of #6C694F

#6C694F
(108,105,79)
#636048
(99,96,72)
#5A5741
(90,87,65)
#514E3A
(81,78,58)
#484533
(72,69,51)
#3F3C2C
(63,60,44)
#363325
(54,51,37)
#2D2A1E
(45,42,30)
#242117
(36,33,23)
#1B1810
(27,24,16)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C694F

#6C694F
(108,105,79)
#79765F
(121,118,95)
#86836F
(134,131,111)
#93907F
(147,144,127)
#A09D8F
(160,157,143)
#ADAA9F
(173,170,159)
#BAB7AF
(186,183,175)
#C7C4BF
(199,196,191)
#D4D1CF
(212,209,207)
#E1DEDF
(225,222,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C694F color. Also use rgb(108,105,79) instead hex code.

Text Font Color

.myTextColor { color: #6C694F; }

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

This text font color is #6C694F.


Background Color

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

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

This div background color is #6C694F.


Border color

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

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

This div border color is #6C694F.


Opacity

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

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

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

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

This text has shadow with #6C694F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C694F on black background.


Color preview on white background

This text has color #6C694F on white background.



Black color preview on #6C694F background

This text has black color on #6C694F background.


White color preview on #6C694F background

This text has white color on #6C694F background.