COLOR #6A6659

HEX: #6A6659
RGB: (106,102,89)

Color info

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

RGB color model

#6A6659 color RGB value is (106,102,89).

  • red value is 106;
  • green value is 102;
  • blue value is 89.
RGB:
(106,102,89)
(42%,40%,35%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 89 of 255 = 35%

106
102
89

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 89 = 297 (100%)
R 106 of 297 ~ 35.69%
G 102 of 297 ~ 34.34%
B 89 of 297 ~ 29.97%

%35.69
%34.34
%29.97

CMYK color model

#6A6659 color CMYK value is (0,4,16,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 16.04%
  • key color value is 58.43%
CMYK:
(0,4,16,58)
C0M4Y16K58 
(0%,4%,16%,58%)
(0.00/0.04/0.16/0.58)	

CMYK percentages

%0
%3.77
%16.04
%58.43

Codes

Color #6A6659 in popluar color models

6A6659
RGB10610289
HSL46°8.72%38.24%
HSB/HSV46°16.04%41.57%
CMYK0.00%3.77%16.04%
58.43%

Color #6A6659 in popluar number systems.

HEX6A6659
Decimal10610289
Binary110101011001101011001
Octal152146131

Shades and tints

Shades of #6A6659

#6A6659
(106,102,89)
#615D51
(97,93,81)
#585449
(88,84,73)
#4F4B41
(79,75,65)
#464239
(70,66,57)
#3D3931
(61,57,49)
#343029
(52,48,41)
#2B2721
(43,39,33)
#221E19
(34,30,25)
#191511
(25,21,17)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #6A6659

#6A6659
(106,102,89)
#777368
(119,115,104)
#848077
(132,128,119)
#918D86
(145,141,134)
#9E9A95
(158,154,149)
#ABA7A4
(171,167,164)
#B8B4B3
(184,180,179)
#C5C1C2
(197,193,194)
#D2CED1
(210,206,209)
#DFDBE0
(223,219,224)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6659; }

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

This text font color is #6A6659.


Background Color

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

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

This div background color is #6A6659.


Border color

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

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

This div border color is #6A6659.


Opacity

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

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

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

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

This text has shadow with #6A6659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6659 on black background.


Color preview on white background

This text has color #6A6659 on white background.



Black color preview on #6A6659 background

This text has black color on #6A6659 background.


White color preview on #6A6659 background

This text has white color on #6A6659 background.