COLOR #6A6C5C

HEX: #6A6C5C RGB: (106,108,92)

Color info

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

RGB color model

#6A6C5C color RGB value is (106,108,92).

RGB: (106,108,92) (42%, 42%, 36%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 92 of 255 = 36%

106
108
92

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

Portions of RGB colors in percentages

R + G + B = 106 + 108 + 92 = 306 (100%)
R 106 of 306 ~ 34.64%
G 108 of 306 ~ 35.29%
B 92 of 306 ~ 30.07'%

%34.64
%35.29
%30.07

CMYK color model

#6A6C5C color CMYK value is (2,0,15,58).

  • cyan value is 1.85%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 57.65%

CMYK: (2,0,15,58)
C2M0Y15K58 (2%, 0%, 15%, 58%)
(0.02 / 0.00 / 0.15 / 0.58)

CMYK percentages

%1.85
%0
%14.81
%57.65

Codes

Color #6A6C5C in popluar color models

6A 6C 5C
RGB 106 108 92
HSL 68° 8.00% 39.22%
HSB/HSV 68° 14.81% 42.35%
CMYK 1.85% 0.00% 14.81%
57.65%

Color #6A6C5C in popluar number systems.

HEX 6A 6C 5C
Decimal 106 108 92
Binary 1101010 1101100 1011100
Octal 152 154 134

Shades and tints

Shades of #6A6C5C

#6A6C5C
(106,108,92)
#616354
(97,99,84)
#585A4C
(88,90,76)
#4F5144
(79,81,68)
#46483C
(70,72,60)
#3D3F34
(61,63,52)
#34362C
(52,54,44)
#2B2D24
(43,45,36)
#22241C
(34,36,28)
#191B14
(25,27,20)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #6A6C5C

#6A6C5C
(106,108,92)
#77796A
(119,121,106)
#848678
(132,134,120)
#919386
(145,147,134)
#9EA094
(158,160,148)
#ABADA2
(171,173,162)
#B8BAB0
(184,186,176)
#C5C7BE
(197,199,190)
#D2D4CC
(210,212,204)
#DFE1DA
(223,225,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6C5C; }

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

This text font color is #6A6C5C.

Background Color

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

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

This div background color is #6A6C5C.

Border color

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

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

This div border color is #6A6C5C.

Opacity

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

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

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

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

This text has shadow with #6A6C5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6C5C.

Preview

Color preview on black background

This text has color #6A6C5C on black background.


Color preview on white background

This text has color #6A6C5C on white background.


Black color preview on #6A6C5C background

This text has black color on #6A6C5C background.


White color preview on #6A6C5C background

This text has white color on #6A6C5C background.


Related colors

Complementary color

Complementary color for #hex is #9593A3.


I love getcolorcode.com

Triadic colors

1 #5C6A6C and #6C5C6A with #6A6C5C are triadic colors.

2 #5C6C6A and #6C6A5C with #6A6C5C are triadic colors.