COLOR #6C7541

HEX: #6C7541 RGB: (108,117,65)

Color info

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

RGB color model

#6C7541 color RGB value is (108,117,65).

RGB: (108,117,65) (42%, 46%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 65 of 255 = 25%

108
117
65

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

Portions of RGB colors in percentages

R + G + B = 108 + 117 + 65 = 290 (100%)
R 108 of 290 ~ 37.24%
G 117 of 290 ~ 40.34%
B 65 of 290 ~ 22.41'%

%37.24
%40.34
%22.41

CMYK color model

#6C7541 color CMYK value is (8,0,44,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 54.12%

CMYK: (8,0,44,54)
C8M0Y44K54 (8%, 0%, 44%, 54%)
(0.08 / 0.00 / 0.44 / 0.54)

CMYK percentages

%7.69
%0
%44.44
%54.12

Codes

Color #6C7541 in popluar color models

6C 75 41
RGB 108 117 65
HSL 70° 28.57% 35.69%
HSB/HSV 70° 44.44% 45.88%
CMYK 7.69% 0.00% 44.44%
54.12%

Color #6C7541 in popluar number systems.

HEX 6C 75 41
Decimal 108 117 65
Binary 1101100 1110101 1000001
Octal 154 165 101

Shades and tints

Shades of #6C7541

#6C7541
(108,117,65)
#636B3C
(99,107,60)
#5A6137
(90,97,55)
#515732
(81,87,50)
#484D2D
(72,77,45)
#3F4328
(63,67,40)
#363923
(54,57,35)
#2D2F1E
(45,47,30)
#242519
(36,37,25)
#1B1B14
(27,27,20)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C7541

#6C7541
(108,117,65)
#798152
(121,129,82)
#868D63
(134,141,99)
#939974
(147,153,116)
#A0A585
(160,165,133)
#ADB196
(173,177,150)
#BABDA7
(186,189,167)
#C7C9B8
(199,201,184)
#D4D5C9
(212,213,201)
#E1E1DA
(225,225,218)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7541 color. Also use rgb(108,117,65) instead hex code.

Text Font Color

.myTextColor { color: #6C7541; }

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

This text font color is #6C7541.

Background Color

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

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

This div background color is #6C7541.

Border color

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

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

This div border color is #6C7541.

Opacity

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

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

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

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

This text has shadow with #6C7541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7541.

Preview

Color preview on black background

This text has color #6C7541 on black background.


Color preview on white background

This text has color #6C7541 on white background.


Black color preview on #6C7541 background

This text has black color on #6C7541 background.


White color preview on #6C7541 background

This text has white color on #6C7541 background.


Related colors

Complementary color

Complementary color for #hex is #938ABE.


I love getcolorcode.com

Triadic colors

1 #416C75 and #75416C with #6C7541 are triadic colors.

2 #41756C and #756C41 with #6C7541 are triadic colors.