COLOR #6C845E

HEX: #6C845E RGB: (108,132,94)

Color info

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

RGB color model

#6C845E color RGB value is (108,132,94).

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

RGB channels and saturation

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

108
132
94

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

Portions of RGB colors in percentages

R + G + B = 108 + 132 + 94 = 334 (100%)
R 108 of 334 ~ 32.34%
G 132 of 334 ~ 39.52%
B 94 of 334 ~ 28.14'%

%32.34
%39.52
%28.14

CMYK color model

#6C845E color CMYK value is (18,0,29,48).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 28.79%
  • key color value is 48.24%
CMYK: (18,0,29,48) C18M0Y29K48 (18%,0%,29%,48%) (0.18/0.00/0.29/0.48) 

CMYK percentages

%18.18
%0
%28.79
%48.24

Codes

Color #6C845E in popluar color models

6C 84 5E
RGB 108 132 94
HSL 98° 16.81% 44.31%
HSB/HSV 98° 28.79% 51.76%
CMYK 18.18% 0.00% 28.79%
48.24%

Color #6C845E in popluar number systems.

HEX 6C 84 5E
Decimal 108 132 94
Binary 1101100 10000100 1011110
Octal 154 204 136

Shades and tints

Shades of #6C845E

#6C845E
(108,132,94)
#637856
(99,120,86)
#5A6C4E
(90,108,78)
#516046
(81,96,70)
#48543E
(72,84,62)
#3F4836
(63,72,54)
#363C2E
(54,60,46)
#2D3026
(45,48,38)
#24241E
(36,36,30)
#1B1816
(27,24,22)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C845E

#6C845E
(108,132,94)
#798F6C
(121,143,108)
#869A7A
(134,154,122)
#93A588
(147,165,136)
#A0B096
(160,176,150)
#ADBBA4
(173,187,164)
#BAC6B2
(186,198,178)
#C7D1C0
(199,209,192)
#D4DCCE
(212,220,206)
#E1E7DC
(225,231,220)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C845E; }

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

This text font color is #6C845E.

Background Color

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

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

This div background color is #6C845E.

Border color

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

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

This div border color is #6C845E.

Opacity

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

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

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

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

This text has shadow with #6C845E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C845E.

Preview

Color preview on black background

This text has color #6C845E on black background.


Color preview on white background

This text has color #6C845E on white background.


Black color preview on #6C845E background

This text has black color on #6C845E background.


White color preview on #6C845E background

This text has white color on #6C845E background.


Related colors

Complementary color

Complementary color for #hex is #937BA1.


I love getcolorcode.com

Triadic colors

1 #5E6C84 and #845E6C with #6C845E are triadic colors.

2 #5E846C and #846C5E with #6C845E are triadic colors.