COLOR #6C743D

HEX: #6C743D RGB: (108,116,61)

Color info

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

RGB color model

#6C743D color RGB value is (108,116,61).

RGB: (108,116,61) (42%, 45%, 24%)

RGB channels and saturation

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

108
116
61

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 61 = 285 (100%)
R 108 of 285 ~ 37.89%
G 116 of 285 ~ 40.7%
B 61 of 285 ~ 21.4'%

%37.89
%40.7
%21.4

CMYK color model

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

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • 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
%47.41
%54.51

Codes

Color #6C743D in popluar color models

6C 74 3D
RGB 108 116 61
HSL 69° 31.07% 34.71%
HSB/HSV 69° 47.41% 45.49%
CMYK 6.90% 0.00% 47.41%
54.51%

Color #6C743D in popluar number systems.

HEX 6C 74 3D
Decimal 108 116 61
Binary 1101100 1110100 111101
Octal 154 164 75

Shades and tints

Shades of #6C743D

#6C743D
(108,116,61)
#636A38
(99,106,56)
#5A6033
(90,96,51)
#51562E
(81,86,46)
#484C29
(72,76,41)
#3F4224
(63,66,36)
#36381F
(54,56,31)
#2D2E1A
(45,46,26)
#242415
(36,36,21)
#1B1A10
(27,26,16)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C743D

#6C743D
(108,116,61)
#79804E
(121,128,78)
#868C5F
(134,140,95)
#939870
(147,152,112)
#A0A481
(160,164,129)
#ADB092
(173,176,146)
#BABCA3
(186,188,163)
#C7C8B4
(199,200,180)
#D4D4C5
(212,212,197)
#E1E0D6
(225,224,214)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C743D; }

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

This text font color is #6C743D.

Background Color

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

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

This div background color is #6C743D.

Border color

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

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

This div border color is #6C743D.

Opacity

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

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

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

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

This text has shadow with #6C743D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C743D.

Preview

Color preview on black background

This text has color #6C743D on black background.


Color preview on white background

This text has color #6C743D on white background.


Black color preview on #6C743D background

This text has black color on #6C743D background.


White color preview on #6C743D background

This text has white color on #6C743D background.


Related colors

Complementary color

Complementary color for #hex is #938BC2.


I love getcolorcode.com

Triadic colors

1 #3D6C74 and #743D6C with #6C743D are triadic colors.

2 #3D746C and #746C3D with #6C743D are triadic colors.