COLOR #6C816D

HEX: #6C816D
RGB: (108,129,109)

Color info

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

RGB color model

#6C816D color RGB value is (108,129,109).

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

RGB channels and saturation

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

108
129
109

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

Portions of RGB colors in percentages

R + G + B =
108 + 129 + 109 = 346 (100%)
R 108 of 346 ~ 31.21%
G 129 of 346 ~ 37.28%
B 109 of 346 ~ 31.5%

%31.21
%37.28
%31.5

CMYK color model

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

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 15.50%
  • key color value is 49.41%
CMYK:
(16,0,16,49)
C16M0Y16K49 
(16%,0%,16%,49%)
(0.16/0.00/0.16/0.49)	

CMYK percentages

%16.28
%0
%15.5
%49.41

Codes

Color #6C816D in popluar color models

6C816D
RGB108129109
HSL123°8.86%46.47%
HSB/HSV123°16.28%50.59%
CMYK16.28%0.00%15.50%
49.41%

Color #6C816D in popluar number systems.

HEX6C816D
Decimal108129109
Binary1101100100000011101101
Octal154201155

Shades and tints

Shades of #6C816D

#6C816D
(108,129,109)
#637664
(99,118,100)
#5A6B5B
(90,107,91)
#516052
(81,96,82)
#485549
(72,85,73)
#3F4A40
(63,74,64)
#363F37
(54,63,55)
#2D342E
(45,52,46)
#242925
(36,41,37)
#1B1E1C
(27,30,28)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #6C816D

#6C816D
(108,129,109)
#798C7A
(121,140,122)
#869787
(134,151,135)
#93A294
(147,162,148)
#A0ADA1
(160,173,161)
#ADB8AE
(173,184,174)
#BAC3BB
(186,195,187)
#C7CEC8
(199,206,200)
#D4D9D5
(212,217,213)
#E1E4E2
(225,228,226)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C816D; }

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

This text font color is #6C816D.


Background Color

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

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

This div background color is #6C816D.


Border color

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

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

This div border color is #6C816D.


Opacity

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

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

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

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

This text has shadow with #6C816D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C816D on black background.


Color preview on white background

This text has color #6C816D on white background.



Black color preview on #6C816D background

This text has black color on #6C816D background.


White color preview on #6C816D background

This text has white color on #6C816D background.