COLOR #6C7640

HEX: #6C7640 RGB: (108,118,64)

Color info

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

RGB color model

#6C7640 color RGB value is (108,118,64).

RGB: (108,118,64) (42%, 46%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 118 of 255 = 46%
B 64 of 255 = 25%

108
118
64

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

Portions of RGB colors in percentages

R + G + B = 108 + 118 + 64 = 290 (100%)
R 108 of 290 ~ 37.24%
G 118 of 290 ~ 40.69%
B 64 of 290 ~ 22.07'%

%37.24
%40.69
%22.07

CMYK color model

#6C7640 color CMYK value is (8,0,46,54).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 53.73%

CMYK: (8,0,46,54)
C8M0Y46K54 (8%, 0%, 46%, 54%)
(0.08 / 0.00 / 0.46 / 0.54)

CMYK percentages

%8.47
%0
%45.76
%53.73

Codes

Color #6C7640 in popluar color models

6C 76 40
RGB 108 118 64
HSL 71° 29.67% 35.69%
HSB/HSV 71° 45.76% 46.27%
CMYK 8.47% 0.00% 45.76%
53.73%

Color #6C7640 in popluar number systems.

HEX 6C 76 40
Decimal 108 118 64
Binary 1101100 1110110 1000000
Octal 154 166 100

Shades and tints

Shades of #6C7640

#6C7640
(108,118,64)
#636C3B
(99,108,59)
#5A6236
(90,98,54)
#515831
(81,88,49)
#484E2C
(72,78,44)
#3F4427
(63,68,39)
#363A22
(54,58,34)
#2D301D
(45,48,29)
#242618
(36,38,24)
#1B1C13
(27,28,19)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #6C7640

#6C7640
(108,118,64)
#798251
(121,130,81)
#868E62
(134,142,98)
#939A73
(147,154,115)
#A0A684
(160,166,132)
#ADB295
(173,178,149)
#BABEA6
(186,190,166)
#C7CAB7
(199,202,183)
#D4D6C8
(212,214,200)
#E1E2D9
(225,226,217)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7640 color. Also use rgb(108,118,64) instead hex code.

Text Font Color

.myTextColor { color: #6C7640; }

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

This text font color is #6C7640.

Background Color

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

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

This div background color is #6C7640.

Border color

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

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

This div border color is #6C7640.

Opacity

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

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

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

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

This text has shadow with #6C7640 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7640.

Preview

Color preview on black background

This text has color #6C7640 on black background.


Color preview on white background

This text has color #6C7640 on white background.


Black color preview on #6C7640 background

This text has black color on #6C7640 background.


White color preview on #6C7640 background

This text has white color on #6C7640 background.


Related colors

Complementary color

Complementary color for #hex is #9389BF.


I love getcolorcode.com

Triadic colors

1 #406C76 and #76406C with #6C7640 are triadic colors.

2 #40766C and #766C40 with #6C7640 are triadic colors.