COLOR #6C6761

HEX: #6C6761
RGB: (108,103,97)

Color info

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

RGB color model

#6C6761 color RGB value is (108,103,97).

  • red value is 108;
  • green value is 103;
  • blue value is 97.
RGB:
(108,103,97)
(42%,40%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 97 of 255 = 38%

108
103
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 97 = 308 (100%)
R 108 of 308 ~ 35.06%
G 103 of 308 ~ 33.44%
B 97 of 308 ~ 31.49%

%35.06
%33.44
%31.49

CMYK color model

#6C6761 color CMYK value is (0,5,10,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(0,5,10,58)
C0M5Y10K58 
(0%,5%,10%,58%)
(0.00/0.05/0.10/0.58)	

CMYK percentages

%0
%4.63
%10.19
%57.65

Codes

Color #6C6761 in popluar color models

6C6761
RGB10810397
HSL33°5.37%40.20%
HSB/HSV33°10.19%42.35%
CMYK0.00%4.63%10.19%
57.65%

Color #6C6761 in popluar number systems.

HEX6C6761
Decimal10810397
Binary110110011001111100001
Octal154147141

Shades and tints

Shades of #6C6761

#6C6761
(108,103,97)
#635E59
(99,94,89)
#5A5551
(90,85,81)
#514C49
(81,76,73)
#484341
(72,67,65)
#3F3A39
(63,58,57)
#363131
(54,49,49)
#2D2829
(45,40,41)
#241F21
(36,31,33)
#1B1619
(27,22,25)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #6C6761

#6C6761
(108,103,97)
#79746F
(121,116,111)
#86817D
(134,129,125)
#938E8B
(147,142,139)
#A09B99
(160,155,153)
#ADA8A7
(173,168,167)
#BAB5B5
(186,181,181)
#C7C2C3
(199,194,195)
#D4CFD1
(212,207,209)
#E1DCDF
(225,220,223)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6761 color. Also use rgb(108,103,97) instead hex code.

Text Font Color

.myTextColor { color: #6C6761; }

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

This text font color is #6C6761.


Background Color

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

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

This div background color is #6C6761.


Border color

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

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

This div border color is #6C6761.


Opacity

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

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

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

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

This text has shadow with #6C6761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6761 on black background.


Color preview on white background

This text has color #6C6761 on white background.



Black color preview on #6C6761 background

This text has black color on #6C6761 background.


White color preview on #6C6761 background

This text has white color on #6C6761 background.