COLOR #6A6756

HEX: #6A6756
RGB: (106,103,86)

Color info

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

RGB color model

#6A6756 color RGB value is (106,103,86).

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

RGB channels and saturation

R 106 of 255 = 42%
G 103 of 255 = 40%
B 86 of 255 = 34%

106
103
86

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

Portions of RGB colors in percentages

R + G + B =
106 + 103 + 86 = 295 (100%)
R 106 of 295 ~ 35.93%
G 103 of 295 ~ 34.92%
B 86 of 295 ~ 29.15%

%35.93
%34.92
%29.15

CMYK color model

#6A6756 color CMYK value is (0,3,19,58).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 18.87%
  • key color value is 58.43%
CMYK:
(0,3,19,58)
C0M3Y19K58 
(0%,3%,19%,58%)
(0.00/0.03/0.19/0.58)	

CMYK percentages

%0
%2.83
%18.87
%58.43

Codes

Color #6A6756 in popluar color models

6A6756
RGB10610386
HSL51°10.42%37.65%
HSB/HSV51°18.87%41.57%
CMYK0.00%2.83%18.87%
58.43%

Color #6A6756 in popluar number systems.

HEX6A6756
Decimal10610386
Binary110101011001111010110
Octal152147126

Shades and tints

Shades of #6A6756

#6A6756
(106,103,86)
#615E4F
(97,94,79)
#585548
(88,85,72)
#4F4C41
(79,76,65)
#46433A
(70,67,58)
#3D3A33
(61,58,51)
#34312C
(52,49,44)
#2B2825
(43,40,37)
#221F1E
(34,31,30)
#191617
(25,22,23)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #6A6756

#6A6756
(106,103,86)
#777465
(119,116,101)
#848174
(132,129,116)
#918E83
(145,142,131)
#9E9B92
(158,155,146)
#ABA8A1
(171,168,161)
#B8B5B0
(184,181,176)
#C5C2BF
(197,194,191)
#D2CFCE
(210,207,206)
#DFDCDD
(223,220,221)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6756; }

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

This text font color is #6A6756.


Background Color

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

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

This div background color is #6A6756.


Border color

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

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

This div border color is #6A6756.


Opacity

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

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

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

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

This text has shadow with #6A6756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6756 on black background.


Color preview on white background

This text has color #6A6756 on white background.



Black color preview on #6A6756 background

This text has black color on #6A6756 background.


White color preview on #6A6756 background

This text has white color on #6A6756 background.