COLOR #6C865B

HEX: #6C865B RGB: (108,134,91)

Color info

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

RGB color model

#6C865B color RGB value is (108,134,91).

RGB: (108,134,91) (42%, 53%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 134 of 255 = 53%
B 91 of 255 = 36%

108
134
91

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

Portions of RGB colors in percentages

R + G + B = 108 + 134 + 91 = 333 (100%)
R 108 of 333 ~ 32.43%
G 134 of 333 ~ 40.24%
B 91 of 333 ~ 27.33'%

%32.43
%40.24
%27.33

CMYK color model

#6C865B color CMYK value is (19,0,32,47).

  • cyan value is 19.40%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 47.45%
CMYK: (19,0,32,47) C19M0Y32K47 (19%,0%,32%,47%) (0.19/0.00/0.32/0.47) 

CMYK percentages

%19.4
%0
%32.09
%47.45

Codes

Color #6C865B in popluar color models

6C 86 5B
RGB 108 134 91
HSL 96° 19.11% 44.12%
HSB/HSV 96° 32.09% 52.55%
CMYK 19.40% 0.00% 32.09%
47.45%

Color #6C865B in popluar number systems.

HEX 6C 86 5B
Decimal 108 134 91
Binary 1101100 10000110 1011011
Octal 154 206 133

Shades and tints

Shades of #6C865B

#6C865B
(108,134,91)
#637A53
(99,122,83)
#5A6E4B
(90,110,75)
#516243
(81,98,67)
#48563B
(72,86,59)
#3F4A33
(63,74,51)
#363E2B
(54,62,43)
#2D3223
(45,50,35)
#24261B
(36,38,27)
#1B1A13
(27,26,19)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #6C865B

#6C865B
(108,134,91)
#799169
(121,145,105)
#869C77
(134,156,119)
#93A785
(147,167,133)
#A0B293
(160,178,147)
#ADBDA1
(173,189,161)
#BAC8AF
(186,200,175)
#C7D3BD
(199,211,189)
#D4DECB
(212,222,203)
#E1E9D9
(225,233,217)
#EEF4E7
(238,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C865B color. Also use rgb(108,134,91) instead hex code.

Text Font Color

.myTextColor { color: #6C865B; }

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

This text font color is #6C865B.

Background Color

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

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

This div background color is #6C865B.

Border color

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

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

This div border color is #6C865B.

Opacity

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

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

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

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

This text has shadow with #6C865B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C865B.

Preview

Color preview on black background

This text has color #6C865B on black background.


Color preview on white background

This text has color #6C865B on white background.


Black color preview on #6C865B background

This text has black color on #6C865B background.


White color preview on #6C865B background

This text has white color on #6C865B background.


Related colors

Complementary color

Complementary color for #hex is #9379A4.


I love getcolorcode.com

Triadic colors

1 #5B6C86 and #865B6C with #6C865B are triadic colors.

2 #5B866C and #866C5B with #6C865B are triadic colors.