COLOR #6C6B4A

HEX: #6C6B4A
RGB: (108,107,74)

Color info

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

RGB color model

#6C6B4A color RGB value is (108,107,74).

  • red value is 108;
  • green value is 107;
  • blue value is 74.
RGB:
(108,107,74)
(42%,42%,29%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 74 of 255 = 29%

108
107
74

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 74 = 289 (100%)
R 108 of 289 ~ 37.37%
G 107 of 289 ~ 37.02%
B 74 of 289 ~ 25.61%

%37.37
%37.02
%25.61

CMYK color model

#6C6B4A color CMYK value is (0,1,31,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK:
(0,1,31,58)
C0M1Y31K58 
(0%,1%,31%,58%)
(0.00/0.01/0.31/0.58)	

CMYK percentages

%0
%0.93
%31.48
%57.65

Codes

Color #6C6B4A in popluar color models

6C6B4A
RGB10810774
HSL58°18.68%35.69%
HSB/HSV58°31.48%42.35%
CMYK0.00%0.93%31.48%
57.65%

Color #6C6B4A in popluar number systems.

HEX6C6B4A
Decimal10810774
Binary110110011010111001010
Octal154153112

Shades and tints

Shades of #6C6B4A

#6C6B4A
(108,107,74)
#636244
(99,98,68)
#5A593E
(90,89,62)
#515038
(81,80,56)
#484732
(72,71,50)
#3F3E2C
(63,62,44)
#363526
(54,53,38)
#2D2C20
(45,44,32)
#24231A
(36,35,26)
#1B1A14
(27,26,20)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C6B4A

#6C6B4A
(108,107,74)
#79785A
(121,120,90)
#86856A
(134,133,106)
#93927A
(147,146,122)
#A09F8A
(160,159,138)
#ADAC9A
(173,172,154)
#BAB9AA
(186,185,170)
#C7C6BA
(199,198,186)
#D4D3CA
(212,211,202)
#E1E0DA
(225,224,218)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B4A color. Also use rgb(108,107,74) instead hex code.

Text Font Color

.myTextColor { color: #6C6B4A; }

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

This text font color is #6C6B4A.


Background Color

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

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

This div background color is #6C6B4A.


Border color

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

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

This div border color is #6C6B4A.


Opacity

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

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

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

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

This text has shadow with #6C6B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B4A on black background.


Color preview on white background

This text has color #6C6B4A on white background.



Black color preview on #6C6B4A background

This text has black color on #6C6B4A background.


White color preview on #6C6B4A background

This text has white color on #6C6B4A background.