COLOR #6C806B

HEX: #6C806B RGB: (108,128,107)

Color info

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

RGB color model

#6C806B color RGB value is (108,128,107).

RGB: (108,128,107) (42%, 50%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 128 of 255 = 50%
B 107 of 255 = 42%

108
128
107

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

Portions of RGB colors in percentages

R + G + B = 108 + 128 + 107 = 343 (100%)
R 108 of 343 ~ 31.49%
G 128 of 343 ~ 37.32%
B 107 of 343 ~ 31.2'%

%31.49
%37.32
%31.2

CMYK color model

#6C806B color CMYK value is (16,0,16,50).

  • cyan value is 15.63%
  • magenta value is 0.00%
  • yellow value is 16.41%
  • key color value is 49.80%

CMYK: (16,0,16,50)
C16M0Y16K50 (16%, 0%, 16%, 50%)
(0.16 / 0.00 / 0.16 / 0.50)

CMYK percentages

%15.63
%0
%16.41
%49.8

Codes

Color #6C806B in popluar color models

6C 80 6B
RGB 108 128 107
HSL 117° 8.94% 46.08%
HSB/HSV 117° 16.41% 50.20%
CMYK 15.63% 0.00% 16.41%
49.80%

Color #6C806B in popluar number systems.

HEX 6C 80 6B
Decimal 108 128 107
Binary 1101100 10000000 1101011
Octal 154 200 153

Shades and tints

Shades of #6C806B

#6C806B
(108,128,107)
#637562
(99,117,98)
#5A6A59
(90,106,89)
#515F50
(81,95,80)
#485447
(72,84,71)
#3F493E
(63,73,62)
#363E35
(54,62,53)
#2D332C
(45,51,44)
#242823
(36,40,35)
#1B1D1A
(27,29,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C806B

#6C806B
(108,128,107)
#798B78
(121,139,120)
#869685
(134,150,133)
#93A192
(147,161,146)
#A0AC9F
(160,172,159)
#ADB7AC
(173,183,172)
#BAC2B9
(186,194,185)
#C7CDC6
(199,205,198)
#D4D8D3
(212,216,211)
#E1E3E0
(225,227,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C806B color. Also use rgb(108,128,107) instead hex code.

Text Font Color

.myTextColor { color: #6C806B; }

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

This text font color is #6C806B.

Background Color

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

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

This div background color is #6C806B.

Border color

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

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

This div border color is #6C806B.

Opacity

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

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

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

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

This text has shadow with #6C806B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C806B.

Preview

Color preview on black background

This text has color #6C806B on black background.


Color preview on white background

This text has color #6C806B on white background.


Black color preview on #6C806B background

This text has black color on #6C806B background.


White color preview on #6C806B background

This text has white color on #6C806B background.


Related colors

Complementary color

Complementary color for #hex is #937F94.


I love getcolorcode.com

Triadic colors

1 #6B6C80 and #806B6C with #6C806B are triadic colors.

2 #6B806C and #806C6B with #6C806B are triadic colors.