COLOR #6A8566

HEX: #6A8566 RGB: (106,133,102)

Color info

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

RGB color model

#6A8566 color RGB value is (106,133,102).

RGB: (106,133,102) (42%, 52%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 133 of 255 = 52%
B 102 of 255 = 40%

106
133
102

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

Portions of RGB colors in percentages

R + G + B = 106 + 133 + 102 = 341 (100%)
R 106 of 341 ~ 31.09%
G 133 of 341 ~ 39%
B 102 of 341 ~ 29.91'%

%31.09
%39
%29.91

CMYK color model

#6A8566 color CMYK value is (20,0,23,48).

  • cyan value is 20.30%
  • magenta value is 0.00%
  • yellow value is 23.31%
  • key color value is 47.84%

CMYK: (20,0,23,48)
C20M0Y23K48 (20%, 0%, 23%, 48%)
(0.20 / 0.00 / 0.23 / 0.48)

CMYK percentages

%20.3
%0
%23.31
%47.84

Codes

Color #6A8566 in popluar color models

6A 85 66
RGB 106 133 102
HSL 112° 13.19% 46.08%
HSB/HSV 112° 23.31% 52.16%
CMYK 20.30% 0.00% 23.31%
47.84%

Color #6A8566 in popluar number systems.

HEX 6A 85 66
Decimal 106 133 102
Binary 1101010 10000101 1100110
Octal 152 205 146

Shades and tints

Shades of #6A8566

#6A8566
(106,133,102)
#61795D
(97,121,93)
#586D54
(88,109,84)
#4F614B
(79,97,75)
#465542
(70,85,66)
#3D4939
(61,73,57)
#343D30
(52,61,48)
#2B3127
(43,49,39)
#22251E
(34,37,30)
#191915
(25,25,21)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #6A8566

#6A8566
(106,133,102)
#779073
(119,144,115)
#849B80
(132,155,128)
#91A68D
(145,166,141)
#9EB19A
(158,177,154)
#ABBCA7
(171,188,167)
#B8C7B4
(184,199,180)
#C5D2C1
(197,210,193)
#D2DDCE
(210,221,206)
#DFE8DB
(223,232,219)
#ECF3E8
(236,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8566 color. Also use rgb(106,133,102) instead hex code.

Text Font Color

.myTextColor { color: #6A8566; }

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

This text font color is #6A8566.

Background Color

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

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

This div background color is #6A8566.

Border color

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

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

This div border color is #6A8566.

Opacity

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

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

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

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

This text has shadow with #6A8566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8566.

Preview

Color preview on black background

This text has color #6A8566 on black background.


Color preview on white background

This text has color #6A8566 on white background.


Black color preview on #6A8566 background

This text has black color on #6A8566 background.


White color preview on #6A8566 background

This text has white color on #6A8566 background.


Related colors

Complementary color

Complementary color for #hex is #957A99.


I love getcolorcode.com

Triadic colors

1 #666A85 and #85666A with #6A8566 are triadic colors.

2 #66856A and #856A66 with #6A8566 are triadic colors.