COLOR #6C7442

HEX: #6C7442 RGB: (108,116,66)

Color info

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

RGB color model

#6C7442 color RGB value is (108,116,66).

RGB: (108,116,66) (42%, 45%, 26%)

RGB channels and saturation

R 108 of 255 = 42%
G 116 of 255 = 45%
B 66 of 255 = 26%

108
116
66

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 66 = 290 (100%)
R 108 of 290 ~ 37.24%
G 116 of 290 ~ 40%
B 66 of 290 ~ 22.76'%

%37.24
%40
%22.76

CMYK color model

#6C7442 color CMYK value is (7,0,43,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 54.51%

CMYK: (7,0,43,55)
C7M0Y43K55 (7%, 0%, 43%, 55%)
(0.07 / 0.00 / 0.43 / 0.55)

CMYK percentages

%6.9
%0
%43.1
%54.51

Codes

Color #6C7442 in popluar color models

6C 74 42
RGB 108 116 66
HSL 70° 27.47% 35.69%
HSB/HSV 70° 43.10% 45.49%
CMYK 6.90% 0.00% 43.10%
54.51%

Color #6C7442 in popluar number systems.

HEX 6C 74 42
Decimal 108 116 66
Binary 1101100 1110100 1000010
Octal 154 164 102

Shades and tints

Shades of #6C7442

#6C7442
(108,116,66)
#636A3C
(99,106,60)
#5A6036
(90,96,54)
#515630
(81,86,48)
#484C2A
(72,76,42)
#3F4224
(63,66,36)
#36381E
(54,56,30)
#2D2E18
(45,46,24)
#242412
(36,36,18)
#1B1A0C
(27,26,12)
#121006
(18,16,6)
#000000
(0,0,0)

Tints of #6C7442

#6C7442
(108,116,66)
#798053
(121,128,83)
#868C64
(134,140,100)
#939875
(147,152,117)
#A0A486
(160,164,134)
#ADB097
(173,176,151)
#BABCA8
(186,188,168)
#C7C8B9
(199,200,185)
#D4D4CA
(212,212,202)
#E1E0DB
(225,224,219)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7442; }

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

This text font color is #6C7442.

Background Color

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

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

This div background color is #6C7442.

Border color

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

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

This div border color is #6C7442.

Opacity

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

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

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

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

This text has shadow with #6C7442 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7442.

Preview

Color preview on black background

This text has color #6C7442 on black background.


Color preview on white background

This text has color #6C7442 on white background.


Black color preview on #6C7442 background

This text has black color on #6C7442 background.


White color preview on #6C7442 background

This text has white color on #6C7442 background.


Related colors

Complementary color

Complementary color for #hex is #938BBD.


I love getcolorcode.com

Triadic colors

1 #426C74 and #74426C with #6C7442 are triadic colors.

2 #42746C and #746C42 with #6C7442 are triadic colors.