COLOR #6C7855

HEX: #6C7855 RGB: (108,120,85)

Color info

#6C7855 contains red, green and blue colors in about the same proportion. Web safe color of #6C7855 is #666666 (or #666).

RGB color model

#6C7855 color RGB value is (108,120,85).

RGB: (108,120,85) (42%, 47%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 85 of 255 = 33%

108
120
85

R + G + B ~ 41%. #6C7855 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 120 + 85 = 313 (100%)
R 108 of 313 ~ 34.5%
G 120 of 313 ~ 38.34%
B 85 of 313 ~ 27.16'%

%34.5
%38.34
%27.16

CMYK color model

#6C7855 color CMYK value is (10,0,29,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK: (10,0,29,53) C10M0Y29K53 (10%,0%,29%,53%) (0.10/0.00/0.29/0.53) 

CMYK percentages

%10
%0
%29.17
%52.94

Codes

Color #6C7855 in popluar color models

6C 78 55
RGB 108 120 85
HSL 81° 17.07% 40.20%
HSB/HSV 81° 29.17% 47.06%
CMYK 10.00% 0.00% 29.17%
52.94%

Color #6C7855 in popluar number systems.

HEX 6C 78 55
Decimal 108 120 85
Binary 1101100 1111000 1010101
Octal 154 170 125

Shades and tints

Shades of #6C7855

#6C7855
(108,120,85)
#636E4E
(99,110,78)
#5A6447
(90,100,71)
#515A40
(81,90,64)
#485039
(72,80,57)
#3F4632
(63,70,50)
#363C2B
(54,60,43)
#2D3224
(45,50,36)
#24281D
(36,40,29)
#1B1E16
(27,30,22)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #6C7855

#6C7855
(108,120,85)
#798464
(121,132,100)
#869073
(134,144,115)
#939C82
(147,156,130)
#A0A891
(160,168,145)
#ADB4A0
(173,180,160)
#BAC0AF
(186,192,175)
#C7CCBE
(199,204,190)
#D4D8CD
(212,216,205)
#E1E4DC
(225,228,220)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7855 color. Also use rgb(108,120,85) instead hex code.

Text Font Color

.myTextColor { color: #6C7855; }

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

This text font color is #6C7855.

Background Color

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

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

This div background color is #6C7855.

Border color

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

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

This div border color is #6C7855.

Opacity

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

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

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

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

This text has shadow with #6C7855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7855.

Preview

Color preview on black background

This text has color #6C7855 on black background.


Color preview on white background

This text has color #6C7855 on white background.


Black color preview on #6C7855 background

This text has black color on #6C7855 background.


White color preview on #6C7855 background

This text has white color on #6C7855 background.


Related colors

Complementary color

Complementary color for #hex is #9387AA.


I love getcolorcode.com

Triadic colors

1 #556C78 and #78556C with #6C7855 are triadic colors.

2 #55786C and #786C55 with #6C7855 are triadic colors.