COLOR #6A655C

HEX: #6A655C RGB: (106,101,92)

Color info

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

RGB color model

#6A655C color RGB value is (106,101,92).

RGB: (106,101,92) (42%, 40%, 36%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 92 of 255 = 36%

106
101
92

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

Portions of RGB colors in percentages

R + G + B = 106 + 101 + 92 = 299 (100%)
R 106 of 299 ~ 35.45%
G 101 of 299 ~ 33.78%
B 92 of 299 ~ 30.77'%

%35.45
%33.78
%30.77

CMYK color model

#6A655C color CMYK value is (0,5,13,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 13.21%
  • key color value is 58.43%
CMYK: (0,5,13,58) C0M5Y13K58 (0%,5%,13%,58%) (0.00/0.05/0.13/0.58) 

CMYK percentages

%0
%4.72
%13.21
%58.43

Codes

Color #6A655C in popluar color models

6A 65 5C
RGB 106 101 92
HSL 39° 7.07% 38.82%
HSB/HSV 39° 13.21% 41.57%
CMYK 0.00% 4.72% 13.21%
58.43%

Color #6A655C in popluar number systems.

HEX 6A 65 5C
Decimal 106 101 92
Binary 1101010 1100101 1011100
Octal 152 145 134

Shades and tints

Shades of #6A655C

#6A655C
(106,101,92)
#615C54
(97,92,84)
#58534C
(88,83,76)
#4F4A44
(79,74,68)
#46413C
(70,65,60)
#3D3834
(61,56,52)
#342F2C
(52,47,44)
#2B2624
(43,38,36)
#221D1C
(34,29,28)
#191414
(25,20,20)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #6A655C

#6A655C
(106,101,92)
#77736A
(119,115,106)
#848178
(132,129,120)
#918F86
(145,143,134)
#9E9D94
(158,157,148)
#ABABA2
(171,171,162)
#B8B9B0
(184,185,176)
#C5C7BE
(197,199,190)
#D2D5CC
(210,213,204)
#DFE3DA
(223,227,218)
#ECF1E8
(236,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A655C color. Also use rgb(106,101,92) instead hex code.

Text Font Color

.myTextColor { color: #6A655C; }

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

This text font color is #6A655C.

Background Color

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

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

This div background color is #6A655C.

Border color

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

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

This div border color is #6A655C.

Opacity

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

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

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

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

This text has shadow with #6A655C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A655C.

Preview

Color preview on black background

This text has color #6A655C on black background.


Color preview on white background

This text has color #6A655C on white background.


Black color preview on #6A655C background

This text has black color on #6A655C background.


White color preview on #6A655C background

This text has white color on #6A655C background.


Related colors

Complementary color

Complementary color for #hex is #959AA3.


I love getcolorcode.com

Triadic colors

1 #5C6A65 and #655C6A with #6A655C are triadic colors.

2 #5C656A and #656A5C with #6A655C are triadic colors.