COLOR #6A6A60

HEX: #6A6A60 RGB: (106,106,96)

Color info

#6A6A60 contains red, green and blue colors in about the same proportion. Web safe color of #6A6A60 is #666666 (or #666).

RGB color model

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

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

RGB channels and saturation

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

106
106
96

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

Portions of RGB colors in percentages

R + G + B = 106 + 106 + 96 = 308 (100%)
R 106 of 308 ~ 34.42%
G 106 of 308 ~ 34.42%
B 96 of 308 ~ 31.17'%

%34.42
%34.42
%31.17

CMYK color model

#6A6A60 color CMYK value is (0,0,9,58).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.43%
  • key color value is 58.43%
CMYK: (0,0,9,58) C0M0Y9K58 (0%,0%,9%,58%) (0.00/0.00/0.09/0.58) 

CMYK percentages

%0
%0
%9.43
%58.43

Codes

Color #6A6A60 in popluar color models

6A 6A 60
RGB 106 106 96
HSL 60° 4.95% 39.61%
HSB/HSV 60° 9.43% 41.57%
CMYK 0.00% 0.00% 9.43%
58.43%

Color #6A6A60 in popluar number systems.

HEX 6A 6A 60
Decimal 106 106 96
Binary 1101010 1101010 1100000
Octal 152 152 140

Shades and tints

Shades of #6A6A60

#6A6A60
(106,106,96)
#616158
(97,97,88)
#585850
(88,88,80)
#4F4F48
(79,79,72)
#464640
(70,70,64)
#3D3D38
(61,61,56)
#343430
(52,52,48)
#2B2B28
(43,43,40)
#222220
(34,34,32)
#191918
(25,25,24)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #6A6A60

#6A6A60
(106,106,96)
#77776E
(119,119,110)
#84847C
(132,132,124)
#91918A
(145,145,138)
#9E9E98
(158,158,152)
#ABABA6
(171,171,166)
#B8B8B4
(184,184,180)
#C5C5C2
(197,197,194)
#D2D2D0
(210,210,208)
#DFDFDE
(223,223,222)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6A60; }

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

This text font color is #6A6A60.

Background Color

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

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

This div background color is #6A6A60.

Border color

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

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

This div border color is #6A6A60.

Opacity

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

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

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

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

This text has shadow with #6A6A60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6A60.

Preview

Color preview on black background

This text has color #6A6A60 on black background.


Color preview on white background

This text has color #6A6A60 on white background.


Black color preview on #6A6A60 background

This text has black color on #6A6A60 background.


White color preview on #6A6A60 background

This text has white color on #6A6A60 background.


Related colors

Complementary color

Complementary color for #hex is #95959F.


I love getcolorcode.com