COLOR #6C816A

HEX: #6C816A RGB: (108,129,106)

Color info

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

RGB color model

#6C816A color RGB value is (108,129,106).

RGB: (108,129,106) (42%, 51%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 129 of 255 = 51%
B 106 of 255 = 42%

108
129
106

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

Portions of RGB colors in percentages

R + G + B = 108 + 129 + 106 = 343 (100%)
R 108 of 343 ~ 31.49%
G 129 of 343 ~ 37.61%
B 106 of 343 ~ 30.9'%

%31.49
%37.61
%30.9

CMYK color model

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

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 17.83%
  • key color value is 49.41%

CMYK: (16,0,18,49)
C16M0Y18K49 (16%, 0%, 18%, 49%)
(0.16 / 0.00 / 0.18 / 0.49)

CMYK percentages

%16.28
%0
%17.83
%49.41

Codes

Color #6C816A in popluar color models

6C 81 6A
RGB 108 129 106
HSL 115° 9.79% 46.08%
HSB/HSV 115° 17.83% 50.59%
CMYK 16.28% 0.00% 17.83%
49.41%

Color #6C816A in popluar number systems.

HEX 6C 81 6A
Decimal 108 129 106
Binary 1101100 10000001 1101010
Octal 154 201 152

Shades and tints

Shades of #6C816A

#6C816A
(108,129,106)
#637661
(99,118,97)
#5A6B58
(90,107,88)
#51604F
(81,96,79)
#485546
(72,85,70)
#3F4A3D
(63,74,61)
#363F34
(54,63,52)
#2D342B
(45,52,43)
#242922
(36,41,34)
#1B1E19
(27,30,25)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C816A

#6C816A
(108,129,106)
#798C77
(121,140,119)
#869784
(134,151,132)
#93A291
(147,162,145)
#A0AD9E
(160,173,158)
#ADB8AB
(173,184,171)
#BAC3B8
(186,195,184)
#C7CEC5
(199,206,197)
#D4D9D2
(212,217,210)
#E1E4DF
(225,228,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C816A; }

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

This text font color is #6C816A.

Background Color

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

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

This div background color is #6C816A.

Border color

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

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

This div border color is #6C816A.

Opacity

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

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

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

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

This text has shadow with #6C816A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C816A.

Preview

Color preview on black background

This text has color #6C816A on black background.


Color preview on white background

This text has color #6C816A on white background.


Black color preview on #6C816A background

This text has black color on #6C816A background.


White color preview on #6C816A background

This text has white color on #6C816A background.


Related colors

Complementary color

Complementary color for #hex is #937E95.


I love getcolorcode.com

Triadic colors

1 #6A6C81 and #816A6C with #6C816A are triadic colors.

2 #6A816C and #816C6A with #6C816A are triadic colors.