COLOR #6C6361

HEX: #6C6361 RGB: (108,99,97)

Color info

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

RGB color model

#6C6361 color RGB value is (108,99,97).

RGB: (108,99,97) (42%, 39%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 97 of 255 = 38%

108
99
97

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

Portions of RGB colors in percentages

R + G + B = 108 + 99 + 97 = 304 (100%)
R 108 of 304 ~ 35.53%
G 99 of 304 ~ 32.57%
B 97 of 304 ~ 31.91'%

%35.53
%32.57
%31.91

CMYK color model

#6C6361 color CMYK value is (0,8,10,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 10.19%
  • key color value is 57.65%

CMYK: (0,8,10,58)
C0M8Y10K58 (0%, 8%, 10%, 58%)
(0.00 / 0.08 / 0.10 / 0.58)

CMYK percentages

%0
%8.33
%10.19
%57.65

Codes

Color #6C6361 in popluar color models

6C 63 61
RGB 108 99 97
HSL 11° 5.37% 40.20%
HSB/HSV 11° 10.19% 42.35%
CMYK 0.00% 8.33% 10.19%
57.65%

Color #6C6361 in popluar number systems.

HEX 6C 63 61
Decimal 108 99 97
Binary 1101100 1100011 1100001
Octal 154 143 141

Shades and tints

Shades of #6C6361

#6C6361
(108,99,97)
#635A59
(99,90,89)
#5A5151
(90,81,81)
#514849
(81,72,73)
#483F41
(72,63,65)
#3F3639
(63,54,57)
#362D31
(54,45,49)
#2D2429
(45,36,41)
#241B21
(36,27,33)
#1B1219
(27,18,25)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #6C6361

#6C6361
(108,99,97)
#79716F
(121,113,111)
#867F7D
(134,127,125)
#938D8B
(147,141,139)
#A09B99
(160,155,153)
#ADA9A7
(173,169,167)
#BAB7B5
(186,183,181)
#C7C5C3
(199,197,195)
#D4D3D1
(212,211,209)
#E1E1DF
(225,225,223)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6361; }

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

This text font color is #6C6361.

Background Color

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

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

This div background color is #6C6361.

Border color

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

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

This div border color is #6C6361.

Opacity

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

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

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

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

This text has shadow with #6C6361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6361.

Preview

Color preview on black background

This text has color #6C6361 on black background.


Color preview on white background

This text has color #6C6361 on white background.


Black color preview on #6C6361 background

This text has black color on #6C6361 background.


White color preview on #6C6361 background

This text has white color on #6C6361 background.


Related colors

Complementary color

Complementary color for #hex is #939C9E.


I love getcolorcode.com

Triadic colors

1 #616C63 and #63616C with #6C6361 are triadic colors.

2 #61636C and #636C61 with #6C6361 are triadic colors.