COLOR #6C7861

HEX: #6C7861 RGB: (108,120,97)

Color info

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

RGB color model

#6C7861 color RGB value is (108,120,97).

RGB: (108,120,97) (42%, 47%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 120 of 255 = 47%
B 97 of 255 = 38%

108
120
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 120 + 97 = 325 (100%)
R 108 of 325 ~ 33.23%
G 120 of 325 ~ 36.92%
B 97 of 325 ~ 29.85'%

%33.23
%36.92
%29.85

CMYK color model

#6C7861 color CMYK value is (10,0,19,53).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%

CMYK: (10,0,19,53)
C10M0Y19K53 (10%, 0%, 19%, 53%)
(0.10 / 0.00 / 0.19 / 0.53)

CMYK percentages

%10
%0
%19.17
%52.94

Codes

Color #6C7861 in popluar color models

6C 78 61
RGB 108 120 97
HSL 91° 10.60% 42.55%
HSB/HSV 91° 19.17% 47.06%
CMYK 10.00% 0.00% 19.17%
52.94%

Color #6C7861 in popluar number systems.

HEX 6C 78 61
Decimal 108 120 97
Binary 1101100 1111000 1100001
Octal 154 170 141

Shades and tints

Shades of #6C7861

#6C7861
(108,120,97)
#636E59
(99,110,89)
#5A6451
(90,100,81)
#515A49
(81,90,73)
#485041
(72,80,65)
#3F4639
(63,70,57)
#363C31
(54,60,49)
#2D3229
(45,50,41)
#242821
(36,40,33)
#1B1E19
(27,30,25)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6C7861

#6C7861
(108,120,97)
#79846F
(121,132,111)
#86907D
(134,144,125)
#939C8B
(147,156,139)
#A0A899
(160,168,153)
#ADB4A7
(173,180,167)
#BAC0B5
(186,192,181)
#C7CCC3
(199,204,195)
#D4D8D1
(212,216,209)
#E1E4DF
(225,228,223)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7861; }

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

This text font color is #6C7861.

Background Color

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

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

This div background color is #6C7861.

Border color

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

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

This div border color is #6C7861.

Opacity

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

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

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

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

This text has shadow with #6C7861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7861.

Preview

Color preview on black background

This text has color #6C7861 on black background.


Color preview on white background

This text has color #6C7861 on white background.


Black color preview on #6C7861 background

This text has black color on #6C7861 background.


White color preview on #6C7861 background

This text has white color on #6C7861 background.


Related colors

Complementary color

Complementary color for #hex is #93879E.


I love getcolorcode.com

Triadic colors

1 #616C78 and #78616C with #6C7861 are triadic colors.

2 #61786C and #786C61 with #6C7861 are triadic colors.