COLOR #6C6A4C

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

Color info

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

RGB color model

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

  • red value is 108;
  • green value is 106;
  • blue value is 76.
RGB:
(108,106,76)
(42%,42%,30%)

RGB channels and saturation

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

108
106
76

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

Portions of RGB colors in percentages

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

%37.24
%36.55
%26.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,2,30,58)
C0M2Y30K58 
(0%,2%,30%,58%)
(0.00/0.02/0.30/0.58)	

CMYK percentages

%0
%1.85
%29.63
%57.65

Codes

Color #6C6A4C in popluar color models

6C6A4C
RGB10810676
HSL56°17.39%36.08%
HSB/HSV56°29.63%42.35%
CMYK0.00%1.85%29.63%
57.65%

Color #6C6A4C in popluar number systems.

HEX6C6A4C
Decimal10810676
Binary110110011010101001100
Octal154152114

Shades and tints

Shades of #6C6A4C

#6C6A4C
(108,106,76)
#636146
(99,97,70)
#5A5840
(90,88,64)
#514F3A
(81,79,58)
#484634
(72,70,52)
#3F3D2E
(63,61,46)
#363428
(54,52,40)
#2D2B22
(45,43,34)
#24221C
(36,34,28)
#1B1916
(27,25,22)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #6C6A4C

#6C6A4C
(108,106,76)
#79775C
(121,119,92)
#86846C
(134,132,108)
#93917C
(147,145,124)
#A09E8C
(160,158,140)
#ADAB9C
(173,171,156)
#BAB8AC
(186,184,172)
#C7C5BC
(199,197,188)
#D4D2CC
(212,210,204)
#E1DFDC
(225,223,220)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6A4C; }

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

This text font color is #6C6A4C.


Background Color

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

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

This div background color is #6C6A4C.


Border color

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

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

This div border color is #6C6A4C.


Opacity

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

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

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

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

This text has shadow with #6C6A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A4C on black background.


Color preview on white background

This text has color #6C6A4C on white background.



Black color preview on #6C6A4C background

This text has black color on #6C6A4C background.


White color preview on #6C6A4C background

This text has white color on #6C6A4C background.