COLOR #6C775C

HEX: #6C775C
RGB: (108,119,92)

Color info

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

RGB color model

#6C775C color RGB value is (108,119,92).

  • red value is 108;
  • green value is 119;
  • blue value is 92.
RGB:
(108,119,92)
(42%,47%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 92 of 255 = 36%

108
119
92

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 92 = 319 (100%)
R 108 of 319 ~ 33.86%
G 119 of 319 ~ 37.3%
B 92 of 319 ~ 28.84%

%33.86
%37.3
%28.84

CMYK color model

#6C775C color CMYK value is (9,0,23,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 53.33%
CMYK:
(9,0,23,53)
C9M0Y23K53 
(9%,0%,23%,53%)
(0.09/0.00/0.23/0.53)	

CMYK percentages

%9.24
%0
%22.69
%53.33

Codes

Color #6C775C in popluar color models

6C775C
RGB10811992
HSL84°12.80%41.37%
HSB/HSV84°22.69%46.67%
CMYK9.24%0.00%22.69%
53.33%

Color #6C775C in popluar number systems.

HEX6C775C
Decimal10811992
Binary110110011101111011100
Octal154167134

Shades and tints

Shades of #6C775C

#6C775C
(108,119,92)
#636D54
(99,109,84)
#5A634C
(90,99,76)
#515944
(81,89,68)
#484F3C
(72,79,60)
#3F4534
(63,69,52)
#363B2C
(54,59,44)
#2D3124
(45,49,36)
#24271C
(36,39,28)
#1B1D14
(27,29,20)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #6C775C

#6C775C
(108,119,92)
#79836A
(121,131,106)
#868F78
(134,143,120)
#939B86
(147,155,134)
#A0A794
(160,167,148)
#ADB3A2
(173,179,162)
#BABFB0
(186,191,176)
#C7CBBE
(199,203,190)
#D4D7CC
(212,215,204)
#E1E3DA
(225,227,218)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C775C; }

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

This text font color is #6C775C.


Background Color

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

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

This div background color is #6C775C.


Border color

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

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

This div border color is #6C775C.


Opacity

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

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

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

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

This text has shadow with #6C775C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C775C on black background.


Color preview on white background

This text has color #6C775C on white background.



Black color preview on #6C775C background

This text has black color on #6C775C background.


White color preview on #6C775C background

This text has white color on #6C775C background.