COLOR #6C693E

HEX: #6C693E
RGB: (108,105,62)

Color info

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

RGB color model

#6C693E color RGB value is (108,105,62).

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

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 62 of 255 = 24%

108
105
62

R + G + B ~ 36%. #6C693E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 105 + 62 = 275 (100%)
R 108 of 275 ~ 39.27%
G 105 of 275 ~ 38.18%
B 62 of 275 ~ 22.55%

%39.27
%38.18
%22.55

CMYK color model

#6C693E color CMYK value is (0,3,43,58).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 42.59%
  • key color value is 57.65%
CMYK:
(0,3,43,58)
C0M3Y43K58 
(0%,3%,43%,58%)
(0.00/0.03/0.43/0.58)	

CMYK percentages

%0
%2.78
%42.59
%57.65

Codes

Color #6C693E in popluar color models

6C693E
RGB10810562
HSL56°27.06%33.33%
HSB/HSV56°42.59%42.35%
CMYK0.00%2.78%42.59%
57.65%

Color #6C693E in popluar number systems.

HEX6C693E
Decimal10810562
Binary11011001101001111110
Octal15415176

Shades and tints

Shades of #6C693E

#6C693E
(108,105,62)
#636039
(99,96,57)
#5A5734
(90,87,52)
#514E2F
(81,78,47)
#48452A
(72,69,42)
#3F3C25
(63,60,37)
#363320
(54,51,32)
#2D2A1B
(45,42,27)
#242116
(36,33,22)
#1B1811
(27,24,17)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #6C693E

#6C693E
(108,105,62)
#79764F
(121,118,79)
#868360
(134,131,96)
#939071
(147,144,113)
#A09D82
(160,157,130)
#ADAA93
(173,170,147)
#BAB7A4
(186,183,164)
#C7C4B5
(199,196,181)
#D4D1C6
(212,209,198)
#E1DED7
(225,222,215)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C693E; }

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

This text font color is #6C693E.


Background Color

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

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

This div background color is #6C693E.


Border color

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

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

This div border color is #6C693E.


Opacity

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

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

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

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

This text has shadow with #6C693E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C693E on black background.


Color preview on white background

This text has color #6C693E on white background.



Black color preview on #6C693E background

This text has black color on #6C693E background.


White color preview on #6C693E background

This text has white color on #6C693E background.