COLOR #6A6E61

HEX: #6A6E61
RGB: (106,110,97)

Color info

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

RGB color model

#6A6E61 color RGB value is (106,110,97).

  • red value is 106;
  • green value is 110;
  • blue value is 97.
RGB:
(106,110,97)
(42%,43%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 110 of 255 = 43%
B 97 of 255 = 38%

106
110
97

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

Portions of RGB colors in percentages

R + G + B =
106 + 110 + 97 = 313 (100%)
R 106 of 313 ~ 33.87%
G 110 of 313 ~ 35.14%
B 97 of 313 ~ 30.99%

%33.87
%35.14
%30.99

CMYK color model

#6A6E61 color CMYK value is (4,0,12,57).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 56.86%
CMYK:
(4,0,12,57)
C4M0Y12K57 
(4%,0%,12%,57%)
(0.04/0.00/0.12/0.57)	

CMYK percentages

%3.64
%0
%11.82
%56.86

Codes

Color #6A6E61 in popluar color models

6A6E61
RGB10611097
HSL78°6.28%40.59%
HSB/HSV78°11.82%43.14%
CMYK3.64%0.00%11.82%
56.86%

Color #6A6E61 in popluar number systems.

HEX6A6E61
Decimal10611097
Binary110101011011101100001
Octal152156141

Shades and tints

Shades of #6A6E61

#6A6E61
(106,110,97)
#616459
(97,100,89)
#585A51
(88,90,81)
#4F5049
(79,80,73)
#464641
(70,70,65)
#3D3C39
(61,60,57)
#343231
(52,50,49)
#2B2829
(43,40,41)
#221E21
(34,30,33)
#191419
(25,20,25)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #6A6E61

#6A6E61
(106,110,97)
#777B6F
(119,123,111)
#84887D
(132,136,125)
#91958B
(145,149,139)
#9EA299
(158,162,153)
#ABAFA7
(171,175,167)
#B8BCB5
(184,188,181)
#C5C9C3
(197,201,195)
#D2D6D1
(210,214,209)
#DFE3DF
(223,227,223)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6E61; }

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

This text font color is #6A6E61.


Background Color

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

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

This div background color is #6A6E61.


Border color

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

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

This div border color is #6A6E61.


Opacity

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

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

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

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

This text has shadow with #6A6E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6E61 on black background.


Color preview on white background

This text has color #6A6E61 on white background.



Black color preview on #6A6E61 background

This text has black color on #6A6E61 background.


White color preview on #6A6E61 background

This text has white color on #6A6E61 background.