COLOR #6C743E

HEX: #6C743E
RGB: (108,116,62)

Color info

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

RGB color model

#6C743E color RGB value is (108,116,62).

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

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 62 of 255 = 24%

108
116
62

R + G + B ~ 37%. #6C743E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 116 + 62 = 286 (100%)
R 108 of 286 ~ 37.76%
G 116 of 286 ~ 40.56%
B 62 of 286 ~ 21.68%

%37.76
%40.56
%21.68

CMYK color model

#6C743E color CMYK value is (7,0,47,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 46.55%
  • key color value is 54.51%
CMYK:
(7,0,47,55)
C7M0Y47K55 
(7%,0%,47%,55%)
(0.07/0.00/0.47/0.55)	

CMYK percentages

%6.9
%0
%46.55
%54.51

Codes

Color #6C743E in popluar color models

6C743E
RGB10811662
HSL69°30.34%34.90%
HSB/HSV69°46.55%45.49%
CMYK6.90%0.00%46.55%
54.51%

Color #6C743E in popluar number systems.

HEX6C743E
Decimal10811662
Binary11011001110100111110
Octal15416476

Shades and tints

Shades of #6C743E

#6C743E
(108,116,62)
#636A39
(99,106,57)
#5A6034
(90,96,52)
#51562F
(81,86,47)
#484C2A
(72,76,42)
#3F4225
(63,66,37)
#363820
(54,56,32)
#2D2E1B
(45,46,27)
#242416
(36,36,22)
#1B1A11
(27,26,17)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #6C743E

#6C743E
(108,116,62)
#79804F
(121,128,79)
#868C60
(134,140,96)
#939871
(147,152,113)
#A0A482
(160,164,130)
#ADB093
(173,176,147)
#BABCA4
(186,188,164)
#C7C8B5
(199,200,181)
#D4D4C6
(212,212,198)
#E1E0D7
(225,224,215)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C743E; }

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

This text font color is #6C743E.


Background Color

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

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

This div background color is #6C743E.


Border color

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

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

This div border color is #6C743E.


Opacity

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

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

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

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

This text has shadow with #6C743E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C743E on black background.


Color preview on white background

This text has color #6C743E on white background.



Black color preview on #6C743E background

This text has black color on #6C743E background.


White color preview on #6C743E background

This text has white color on #6C743E background.