COLOR #6C694E

HEX: #6C694E
RGB: (108,105,78)

Color info

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

RGB color model

#6C694E color RGB value is (108,105,78).

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

RGB channels and saturation

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

108
105
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 105 + 78 = 291 (100%)
R 108 of 291 ~ 37.11%
G 105 of 291 ~ 36.08%
B 78 of 291 ~ 26.8%

%37.11
%36.08
%26.8

CMYK color model

#6C694E color CMYK value is (0,3,28,58).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,3,28,58)
C0M3Y28K58 
(0%,3%,28%,58%)
(0.00/0.03/0.28/0.58)	

CMYK percentages

%0
%2.78
%27.78
%57.65

Codes

Color #6C694E in popluar color models

6C694E
RGB10810578
HSL54°16.13%36.47%
HSB/HSV54°27.78%42.35%
CMYK0.00%2.78%27.78%
57.65%

Color #6C694E in popluar number systems.

HEX6C694E
Decimal10810578
Binary110110011010011001110
Octal154151116

Shades and tints

Shades of #6C694E

#6C694E
(108,105,78)
#636047
(99,96,71)
#5A5740
(90,87,64)
#514E39
(81,78,57)
#484532
(72,69,50)
#3F3C2B
(63,60,43)
#363324
(54,51,36)
#2D2A1D
(45,42,29)
#242116
(36,33,22)
#1B180F
(27,24,15)
#120F08
(18,15,8)
#000000
(0,0,0)

Tints of #6C694E

#6C694E
(108,105,78)
#79765E
(121,118,94)
#86836E
(134,131,110)
#93907E
(147,144,126)
#A09D8E
(160,157,142)
#ADAA9E
(173,170,158)
#BAB7AE
(186,183,174)
#C7C4BE
(199,196,190)
#D4D1CE
(212,209,206)
#E1DEDE
(225,222,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C694E; }

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

This text font color is #6C694E.


Background Color

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

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

This div background color is #6C694E.


Border color

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

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

This div border color is #6C694E.


Opacity

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

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

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

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

This text has shadow with #6C694E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C694E on black background.


Color preview on white background

This text has color #6C694E on white background.



Black color preview on #6C694E background

This text has black color on #6C694E background.


White color preview on #6C694E background

This text has white color on #6C694E background.