COLOR #6C675D

HEX: #6C675D
RGB: (108,103,93)

Color info

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

RGB color model

#6C675D color RGB value is (108,103,93).

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

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 93 of 255 = 36%

108
103
93

R + G + B ~ 39%. #6C675D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 103 + 93 = 304 (100%)
R 108 of 304 ~ 35.53%
G 103 of 304 ~ 33.88%
B 93 of 304 ~ 30.59%

%35.53
%33.88
%30.59

CMYK color model

#6C675D color CMYK value is (0,5,14,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 13.89%
  • key color value is 57.65%
CMYK:
(0,5,14,58)
C0M5Y14K58 
(0%,5%,14%,58%)
(0.00/0.05/0.14/0.58)	

CMYK percentages

%0
%4.63
%13.89
%57.65

Codes

Color #6C675D in popluar color models

6C675D
RGB10810393
HSL40°7.46%39.41%
HSB/HSV40°13.89%42.35%
CMYK0.00%4.63%13.89%
57.65%

Color #6C675D in popluar number systems.

HEX6C675D
Decimal10810393
Binary110110011001111011101
Octal154147135

Shades and tints

Shades of #6C675D

#6C675D
(108,103,93)
#635E55
(99,94,85)
#5A554D
(90,85,77)
#514C45
(81,76,69)
#48433D
(72,67,61)
#3F3A35
(63,58,53)
#36312D
(54,49,45)
#2D2825
(45,40,37)
#241F1D
(36,31,29)
#1B1615
(27,22,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #6C675D

#6C675D
(108,103,93)
#79746B
(121,116,107)
#868179
(134,129,121)
#938E87
(147,142,135)
#A09B95
(160,155,149)
#ADA8A3
(173,168,163)
#BAB5B1
(186,181,177)
#C7C2BF
(199,194,191)
#D4CFCD
(212,207,205)
#E1DCDB
(225,220,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C675D; }

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

This text font color is #6C675D.


Background Color

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

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

This div background color is #6C675D.


Border color

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

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

This div border color is #6C675D.


Opacity

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

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

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

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

This text has shadow with #6C675D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C675D on black background.


Color preview on white background

This text has color #6C675D on white background.



Black color preview on #6C675D background

This text has black color on #6C675D background.


White color preview on #6C675D background

This text has white color on #6C675D background.