COLOR #6C845F

HEX: #6C845F RGB: (108,132,95)

Color info

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

RGB color model

#6C845F color RGB value is (108,132,95).

RGB: (108,132,95) (42%, 52%, 37%)

RGB channels and saturation

R 108 of 255 = 42%
G 132 of 255 = 52%
B 95 of 255 = 37%

108
132
95

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

Portions of RGB colors in percentages

R + G + B = 108 + 132 + 95 = 335 (100%)
R 108 of 335 ~ 32.24%
G 132 of 335 ~ 39.4%
B 95 of 335 ~ 28.36'%

%32.24
%39.4
%28.36

CMYK color model

#6C845F color CMYK value is (18,0,28,48).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 28.03%
  • key color value is 48.24%
CMYK: (18,0,28,48) C18M0Y28K48 (18%,0%,28%,48%) (0.18/0.00/0.28/0.48) 

CMYK percentages

%18.18
%0
%28.03
%48.24

Codes

Color #6C845F in popluar color models

6C 84 5F
RGB 108 132 95
HSL 99° 16.30% 44.51%
HSB/HSV 99° 28.03% 51.76%
CMYK 18.18% 0.00% 28.03%
48.24%

Color #6C845F in popluar number systems.

HEX 6C 84 5F
Decimal 108 132 95
Binary 1101100 10000100 1011111
Octal 154 204 137

Shades and tints

Shades of #6C845F

#6C845F
(108,132,95)
#637857
(99,120,87)
#5A6C4F
(90,108,79)
#516047
(81,96,71)
#48543F
(72,84,63)
#3F4837
(63,72,55)
#363C2F
(54,60,47)
#2D3027
(45,48,39)
#24241F
(36,36,31)
#1B1817
(27,24,23)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C845F

#6C845F
(108,132,95)
#798F6D
(121,143,109)
#869A7B
(134,154,123)
#93A589
(147,165,137)
#A0B097
(160,176,151)
#ADBBA5
(173,187,165)
#BAC6B3
(186,198,179)
#C7D1C1
(199,209,193)
#D4DCCF
(212,220,207)
#E1E7DD
(225,231,221)
#EEF2EB
(238,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C845F color. Also use rgb(108,132,95) instead hex code.

Text Font Color

.myTextColor { color: #6C845F; }

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

This text font color is #6C845F.

Background Color

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

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

This div background color is #6C845F.

Border color

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

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

This div border color is #6C845F.

Opacity

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

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

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

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

This text has shadow with #6C845F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C845F.

Preview

Color preview on black background

This text has color #6C845F on black background.


Color preview on white background

This text has color #6C845F on white background.


Black color preview on #6C845F background

This text has black color on #6C845F background.


White color preview on #6C845F background

This text has white color on #6C845F background.


Related colors

Complementary color

Complementary color for #hex is #937BA0.


I love getcolorcode.com

Triadic colors

1 #5F6C84 and #845F6C with #6C845F are triadic colors.

2 #5F846C and #846C5F with #6C845F are triadic colors.