COLOR #6C6D4C

HEX: #6C6D4C
RGB: (108,109,76)

Color info

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

RGB color model

#6C6D4C color RGB value is (108,109,76).

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

RGB channels and saturation

R 108 of 255 = 42%
G 109 of 255 = 43%
B 76 of 255 = 30%

108
109
76

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

Portions of RGB colors in percentages

R + G + B =
108 + 109 + 76 = 293 (100%)
R 108 of 293 ~ 36.86%
G 109 of 293 ~ 37.2%
B 76 of 293 ~ 25.94%

%36.86
%37.2
%25.94

CMYK color model

#6C6D4C color CMYK value is (1,0,30,57).

  • cyan value is 0.92%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%
CMYK:
(1,0,30,57)
C1M0Y30K57 
(1%,0%,30%,57%)
(0.01/0.00/0.30/0.57)	

CMYK percentages

%0.92
%0
%30.28
%57.25

Codes

Color #6C6D4C in popluar color models

6C6D4C
RGB10810976
HSL62°17.84%36.27%
HSB/HSV62°30.28%42.75%
CMYK0.92%0.00%30.28%
57.25%

Color #6C6D4C in popluar number systems.

HEX6C6D4C
Decimal10810976
Binary110110011011011001100
Octal154155114

Shades and tints

Shades of #6C6D4C

#6C6D4C
(108,109,76)
#636446
(99,100,70)
#5A5B40
(90,91,64)
#51523A
(81,82,58)
#484934
(72,73,52)
#3F402E
(63,64,46)
#363728
(54,55,40)
#2D2E22
(45,46,34)
#24251C
(36,37,28)
#1B1C16
(27,28,22)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #6C6D4C

#6C6D4C
(108,109,76)
#797A5C
(121,122,92)
#86876C
(134,135,108)
#93947C
(147,148,124)
#A0A18C
(160,161,140)
#ADAE9C
(173,174,156)
#BABBAC
(186,187,172)
#C7C8BC
(199,200,188)
#D4D5CC
(212,213,204)
#E1E2DC
(225,226,220)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6D4C; }

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

This text font color is #6C6D4C.


Background Color

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

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

This div background color is #6C6D4C.


Border color

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

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

This div border color is #6C6D4C.


Opacity

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

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

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

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

This text has shadow with #6C6D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6D4C on black background.


Color preview on white background

This text has color #6C6D4C on white background.



Black color preview on #6C6D4C background

This text has black color on #6C6D4C background.


White color preview on #6C6D4C background

This text has white color on #6C6D4C background.