COLOR #6A665E

HEX: #6A665E RGB: (106,102,94)

Color info

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

RGB color model

#6A665E color RGB value is (106,102,94).

RGB: (106,102,94) (42%, 40%, 37%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 94 of 255 = 37%

106
102
94

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

Portions of RGB colors in percentages

R + G + B = 106 + 102 + 94 = 302 (100%)
R 106 of 302 ~ 35.1%
G 102 of 302 ~ 33.77%
B 94 of 302 ~ 31.13'%

%35.1
%33.77
%31.13

CMYK color model

#6A665E color CMYK value is (0,4,11,58).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 11.32%
  • key color value is 58.43%

CMYK: (0,4,11,58)
C0M4Y11K58 (0%, 4%, 11%, 58%)
(0.00 / 0.04 / 0.11 / 0.58)

CMYK percentages

%0
%3.77
%11.32
%58.43

Codes

Color #6A665E in popluar color models

6A 66 5E
RGB 106 102 94
HSL 40° 6.00% 39.22%
HSB/HSV 40° 11.32% 41.57%
CMYK 0.00% 3.77% 11.32%
58.43%

Color #6A665E in popluar number systems.

HEX 6A 66 5E
Decimal 106 102 94
Binary 1101010 1100110 1011110
Octal 152 146 136

Shades and tints

Shades of #6A665E

#6A665E
(106,102,94)
#615D56
(97,93,86)
#58544E
(88,84,78)
#4F4B46
(79,75,70)
#46423E
(70,66,62)
#3D3936
(61,57,54)
#34302E
(52,48,46)
#2B2726
(43,39,38)
#221E1E
(34,30,30)
#191516
(25,21,22)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #6A665E

#6A665E
(106,102,94)
#77736C
(119,115,108)
#84807A
(132,128,122)
#918D88
(145,141,136)
#9E9A96
(158,154,150)
#ABA7A4
(171,167,164)
#B8B4B2
(184,180,178)
#C5C1C0
(197,193,192)
#D2CECE
(210,206,206)
#DFDBDC
(223,219,220)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A665E; }

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

This text font color is #6A665E.

Background Color

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

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

This div background color is #6A665E.

Border color

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

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

This div border color is #6A665E.

Opacity

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

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

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

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

This text has shadow with #6A665E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A665E.

Preview

Color preview on black background

This text has color #6A665E on black background.


Color preview on white background

This text has color #6A665E on white background.


Black color preview on #6A665E background

This text has black color on #6A665E background.


White color preview on #6A665E background

This text has white color on #6A665E background.


Related colors

Complementary color

Complementary color for #hex is #9599A1.


I love getcolorcode.com

Triadic colors

1 #5E6A66 and #665E6A with #6A665E are triadic colors.

2 #5E666A and #666A5E with #6A665E are triadic colors.