COLOR #6A8860

HEX: #6A8860 RGB: (106,136,96)

Color info

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

RGB color model

#6A8860 color RGB value is (106,136,96).

RGB: (106,136,96) (42%, 53%, 38%)

RGB channels and saturation

R 106 of 255 = 42%
G 136 of 255 = 53%
B 96 of 255 = 38%

106
136
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 136 + 96 = 338 (100%)
R 106 of 338 ~ 31.36%
G 136 of 338 ~ 40.24%
B 96 of 338 ~ 28.4'%

%31.36
%40.24
%28.4

CMYK color model

#6A8860 color CMYK value is (22,0,29,47).

  • cyan value is 22.06%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 46.67%

CMYK: (22,0,29,47)
C22M0Y29K47 (22%, 0%, 29%, 47%)
(0.22 / 0.00 / 0.29 / 0.47)

CMYK percentages

%22.06
%0
%29.41
%46.67

Codes

Color #6A8860 in popluar color models

6A 88 60
RGB 106 136 96
HSL 105° 17.24% 45.49%
HSB/HSV 105° 29.41% 53.33%
CMYK 22.06% 0.00% 29.41%
46.67%

Color #6A8860 in popluar number systems.

HEX 6A 88 60
Decimal 106 136 96
Binary 1101010 10001000 1100000
Octal 152 210 140

Shades and tints

Shades of #6A8860

#6A8860
(106,136,96)
#617C58
(97,124,88)
#587050
(88,112,80)
#4F6448
(79,100,72)
#465840
(70,88,64)
#3D4C38
(61,76,56)
#344030
(52,64,48)
#2B3428
(43,52,40)
#222820
(34,40,32)
#191C18
(25,28,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A8860

#6A8860
(106,136,96)
#77926E
(119,146,110)
#849C7C
(132,156,124)
#91A68A
(145,166,138)
#9EB098
(158,176,152)
#ABBAA6
(171,186,166)
#B8C4B4
(184,196,180)
#C5CEC2
(197,206,194)
#D2D8D0
(210,216,208)
#DFE2DE
(223,226,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8860 color. Also use rgb(106,136,96) instead hex code.

Text Font Color

.myTextColor { color: #6A8860; }

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

This text font color is #6A8860.

Background Color

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

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

This div background color is #6A8860.

Border color

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

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

This div border color is #6A8860.

Opacity

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

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

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

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

This text has shadow with #6A8860 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A8860.

Preview

Color preview on black background

This text has color #6A8860 on black background.


Color preview on white background

This text has color #6A8860 on white background.


Black color preview on #6A8860 background

This text has black color on #6A8860 background.


White color preview on #6A8860 background

This text has white color on #6A8860 background.


Related colors

Complementary color

Complementary color for #hex is #95779F.


I love getcolorcode.com

Triadic colors

1 #606A88 and #88606A with #6A8860 are triadic colors.

2 #60886A and #886A60 with #6A8860 are triadic colors.