COLOR #6A6B56

HEX: #6A6B56
RGB: (106,107,86)

Color info

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

RGB color model

#6A6B56 color RGB value is (106,107,86).

  • red value is 106;
  • green value is 107;
  • blue value is 86.
RGB:
(106,107,86)
(42%,42%,34%)

RGB channels and saturation

R 106 of 255 = 42%
G 107 of 255 = 42%
B 86 of 255 = 34%

106
107
86

R + G + B ~ 39%. #6A6B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 107 + 86 = 299 (100%)
R 106 of 299 ~ 35.45%
G 107 of 299 ~ 35.79%
B 86 of 299 ~ 28.76%

%35.45
%35.79
%28.76

CMYK color model

#6A6B56 color CMYK value is (1,0,20,58).

  • cyan value is 0.93%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 58.04%
CMYK:
(1,0,20,58)
C1M0Y20K58 
(1%,0%,20%,58%)
(0.01/0.00/0.20/0.58)	

CMYK percentages

%0.93
%0
%19.63
%58.04

Codes

Color #6A6B56 in popluar color models

6A6B56
RGB10610786
HSL63°10.88%37.84%
HSB/HSV63°19.63%41.96%
CMYK0.93%0.00%19.63%
58.04%

Color #6A6B56 in popluar number systems.

HEX6A6B56
Decimal10610786
Binary110101011010111010110
Octal152153126

Shades and tints

Shades of #6A6B56

#6A6B56
(106,107,86)
#61624F
(97,98,79)
#585948
(88,89,72)
#4F5041
(79,80,65)
#46473A
(70,71,58)
#3D3E33
(61,62,51)
#34352C
(52,53,44)
#2B2C25
(43,44,37)
#22231E
(34,35,30)
#191A17
(25,26,23)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A6B56

#6A6B56
(106,107,86)
#777865
(119,120,101)
#848574
(132,133,116)
#919283
(145,146,131)
#9E9F92
(158,159,146)
#ABACA1
(171,172,161)
#B8B9B0
(184,185,176)
#C5C6BF
(197,198,191)
#D2D3CE
(210,211,206)
#DFE0DD
(223,224,221)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6B56; }

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

This text font color is #6A6B56.


Background Color

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

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

This div background color is #6A6B56.


Border color

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

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

This div border color is #6A6B56.


Opacity

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

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

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

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

This text has shadow with #6A6B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6B56 on black background.


Color preview on white background

This text has color #6A6B56 on white background.



Black color preview on #6A6B56 background

This text has black color on #6A6B56 background.


White color preview on #6A6B56 background

This text has white color on #6A6B56 background.