COLOR #6C816E

HEX: #6C816E
RGB: (108,129,110)

Color info

#6C816E contains red, green and blue colors in about the same proportion. Web safe color of #6C816E is #669966 (or #696).

RGB color model

#6C816E color RGB value is (108,129,110).

  • red value is 108;
  • green value is 129;
  • blue value is 110.
RGB:
(108,129,110)
(42%,51%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 110 of 255 = 43%

108
129
110

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 110 = 347 (100%)
R 108 of 347 ~ 31.12%
G 129 of 347 ~ 37.18%
B 110 of 347 ~ 31.7%

%31.12
%37.18
%31.7

CMYK color model

#6C816E color CMYK value is (16,0,15,49).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 14.73%
  • key color value is 49.41%
CMYK:
(16,0,15,49)
C16M0Y15K49 
(16%,0%,15%,49%)
(0.16/0.00/0.15/0.49)	

CMYK percentages

%16.28
%0
%14.73
%49.41

Codes

Color #6C816E in popluar color models

6C816E
RGB108129110
HSL126°8.86%46.47%
HSB/HSV126°16.28%50.59%
CMYK16.28%0.00%14.73%
49.41%

Color #6C816E in popluar number systems.

HEX6C816E
Decimal108129110
Binary1101100100000011101110
Octal154201156

Shades and tints

Shades of #6C816E

#6C816E
(108,129,110)
#637664
(99,118,100)
#5A6B5A
(90,107,90)
#516050
(81,96,80)
#485546
(72,85,70)
#3F4A3C
(63,74,60)
#363F32
(54,63,50)
#2D3428
(45,52,40)
#24291E
(36,41,30)
#1B1E14
(27,30,20)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #6C816E

#6C816E
(108,129,110)
#798C7B
(121,140,123)
#869788
(134,151,136)
#93A295
(147,162,149)
#A0ADA2
(160,173,162)
#ADB8AF
(173,184,175)
#BAC3BC
(186,195,188)
#C7CEC9
(199,206,201)
#D4D9D6
(212,217,214)
#E1E4E3
(225,228,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C816E color. Also use rgb(108,129,110) instead hex code.

Text Font Color

.myTextColor { color: #6C816E; }

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

This text font color is #6C816E.


Background Color

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

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

This div background color is #6C816E.


Border color

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

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

This div border color is #6C816E.


Opacity

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

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

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

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

This text has shadow with #6C816E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C816E on black background.


Color preview on white background

This text has color #6C816E on white background.



Black color preview on #6C816E background

This text has black color on #6C816E background.


White color preview on #6C816E background

This text has white color on #6C816E background.