COLOR #6C8569

HEX: #6C8569 RGB: (108,133,105)

Color info

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

RGB color model

#6C8569 color RGB value is (108,133,105).

RGB: (108,133,105) (42%, 52%, 41%)

RGB channels and saturation

R 108 of 255 = 42%
G 133 of 255 = 52%
B 105 of 255 = 41%

108
133
105

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

Portions of RGB colors in percentages

R + G + B = 108 + 133 + 105 = 346 (100%)
R 108 of 346 ~ 31.21%
G 133 of 346 ~ 38.44%
B 105 of 346 ~ 30.35'%

%31.21
%38.44
%30.35

CMYK color model

#6C8569 color CMYK value is (19,0,21,48).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 47.84%

CMYK: (19,0,21,48)
C19M0Y21K48 (19%, 0%, 21%, 48%)
(0.19 / 0.00 / 0.21 / 0.48)

CMYK percentages

%18.8
%0
%21.05
%47.84

Codes

Color #6C8569 in popluar color models

6C 85 69
RGB 108 133 105
HSL 114° 11.76% 46.67%
HSB/HSV 114° 21.05% 52.16%
CMYK 18.80% 0.00% 21.05%
47.84%

Color #6C8569 in popluar number systems.

HEX 6C 85 69
Decimal 108 133 105
Binary 1101100 10000101 1101001
Octal 154 205 151

Shades and tints

Shades of #6C8569

#6C8569
(108,133,105)
#637960
(99,121,96)
#5A6D57
(90,109,87)
#51614E
(81,97,78)
#485545
(72,85,69)
#3F493C
(63,73,60)
#363D33
(54,61,51)
#2D312A
(45,49,42)
#242521
(36,37,33)
#1B1918
(27,25,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C8569

#6C8569
(108,133,105)
#799076
(121,144,118)
#869B83
(134,155,131)
#93A690
(147,166,144)
#A0B19D
(160,177,157)
#ADBCAA
(173,188,170)
#BAC7B7
(186,199,183)
#C7D2C4
(199,210,196)
#D4DDD1
(212,221,209)
#E1E8DE
(225,232,222)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C8569 color. Also use rgb(108,133,105) instead hex code.

Text Font Color

.myTextColor { color: #6C8569; }

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

This text font color is #6C8569.

Background Color

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

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

This div background color is #6C8569.

Border color

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

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

This div border color is #6C8569.

Opacity

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

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

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

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

This text has shadow with #6C8569 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C8569.

Preview

Color preview on black background

This text has color #6C8569 on black background.


Color preview on white background

This text has color #6C8569 on white background.


Black color preview on #6C8569 background

This text has black color on #6C8569 background.


White color preview on #6C8569 background

This text has white color on #6C8569 background.


Related colors

Complementary color

Complementary color for #hex is #937A96.


I love getcolorcode.com

Triadic colors

1 #696C85 and #85696C with #6C8569 are triadic colors.

2 #69856C and #856C69 with #6C8569 are triadic colors.