COLOR #6A6C4C

HEX: #6A6C4C RGB: (106,108,76)

Color info

#6A6C4C contains red, green and blue colors in about the same proportion. Web safe color of #6A6C4C is #666633 (or #663).

RGB color model

#6A6C4C color RGB value is (106,108,76).

RGB: (106,108,76) (42%, 42%, 30%)

RGB channels and saturation

R 106 of 255 = 42%
G 108 of 255 = 42%
B 76 of 255 = 30%

106
108
76

R + G + B ~ 38%. #6A6C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 108 + 76 = 290 (100%)
R 106 of 290 ~ 36.55%
G 108 of 290 ~ 37.24%
B 76 of 290 ~ 26.21'%

%36.55
%37.24
%26.21

CMYK color model

#6A6C4C color CMYK value is (2,0,30,58).

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

CMYK: (2,0,30,58)
C2M0Y30K58 (2%, 0%, 30%, 58%)
(0.02 / 0.00 / 0.30 / 0.58)

CMYK percentages

%1.85
%0
%29.63
%57.65

Codes

Color #6A6C4C in popluar color models

6A 6C 4C
RGB 106 108 76
HSL 64° 17.39% 36.08%
HSB/HSV 64° 29.63% 42.35%
CMYK 1.85% 0.00% 29.63%
57.65%

Color #6A6C4C in popluar number systems.

HEX 6A 6C 4C
Decimal 106 108 76
Binary 1101010 1101100 1001100
Octal 152 154 114

Shades and tints

Shades of #6A6C4C

#6A6C4C
(106,108,76)
#616346
(97,99,70)
#585A40
(88,90,64)
#4F513A
(79,81,58)
#464834
(70,72,52)
#3D3F2E
(61,63,46)
#343628
(52,54,40)
#2B2D22
(43,45,34)
#22241C
(34,36,28)
#191B16
(25,27,22)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6A6C4C

#6A6C4C
(106,108,76)
#77795C
(119,121,92)
#84866C
(132,134,108)
#91937C
(145,147,124)
#9EA08C
(158,160,140)
#ABAD9C
(171,173,156)
#B8BAAC
(184,186,172)
#C5C7BC
(197,199,188)
#D2D4CC
(210,212,204)
#DFE1DC
(223,225,220)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6C4C; }

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

This text font color is #6A6C4C.

Background Color

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

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

This div background color is #6A6C4C.

Border color

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

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

This div border color is #6A6C4C.

Opacity

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

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

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

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

This text has shadow with #6A6C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6C4C.

Preview

Color preview on black background

This text has color #6A6C4C on black background.


Color preview on white background

This text has color #6A6C4C on white background.


Black color preview on #6A6C4C background

This text has black color on #6A6C4C background.


White color preview on #6A6C4C background

This text has white color on #6A6C4C background.


Related colors

Complementary color

Complementary color for #hex is #9593B3.


I love getcolorcode.com

Triadic colors

1 #4C6A6C and #6C4C6A with #6A6C4C are triadic colors.

2 #4C6C6A and #6C6A4C with #6A6C4C are triadic colors.