COLOR #6A6661

HEX: #6A6661
RGB: (106,102,97)

Color info

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

RGB color model

#6A6661 color RGB value is (106,102,97).

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

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 97 of 255 = 38%

106
102
97

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 97 = 305 (100%)
R 106 of 305 ~ 34.75%
G 102 of 305 ~ 33.44%
B 97 of 305 ~ 31.8%

%34.75
%33.44
%31.8

CMYK color model

#6A6661 color CMYK value is (0,4,8,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 8.49%
  • key color value is 58.43%
CMYK:
(0,4,8,58)
C0M4Y8K58 
(0%,4%,8%,58%)
(0.00/0.04/0.08/0.58)	

CMYK percentages

%0
%3.77
%8.49
%58.43

Codes

Color #6A6661 in popluar color models

6A6661
RGB10610297
HSL33°4.43%39.80%
HSB/HSV33°8.49%41.57%
CMYK0.00%3.77%8.49%
58.43%

Color #6A6661 in popluar number systems.

HEX6A6661
Decimal10610297
Binary110101011001101100001
Octal152146141

Shades and tints

Shades of #6A6661

#6A6661
(106,102,97)
#615D59
(97,93,89)
#585451
(88,84,81)
#4F4B49
(79,75,73)
#464241
(70,66,65)
#3D3939
(61,57,57)
#343031
(52,48,49)
#2B2729
(43,39,41)
#221E21
(34,30,33)
#191519
(25,21,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #6A6661

#6A6661
(106,102,97)
#77736F
(119,115,111)
#84807D
(132,128,125)
#918D8B
(145,141,139)
#9E9A99
(158,154,153)
#ABA7A7
(171,167,167)
#B8B4B5
(184,180,181)
#C5C1C3
(197,193,195)
#D2CED1
(210,206,209)
#DFDBDF
(223,219,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6661; }

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

This text font color is #6A6661.


Background Color

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

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

This div background color is #6A6661.


Border color

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

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

This div border color is #6A6661.


Opacity

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

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

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

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

This text has shadow with #6A6661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6661 on black background.


Color preview on white background

This text has color #6A6661 on white background.



Black color preview on #6A6661 background

This text has black color on #6A6661 background.


White color preview on #6A6661 background

This text has white color on #6A6661 background.