COLOR #6C554F

HEX: #6C554F RGB: (108,85,79)

Color info

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

RGB color model

#6C554F color RGB value is (108,85,79).

RGB: (108,85,79) (42%, 33%, 31%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 79 of 255 = 31%

108
85
79

R + G + B ~ 35%. #6C554F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 79 = 272 (100%)
R 108 of 272 ~ 39.71%
G 85 of 272 ~ 31.25%
B 79 of 272 ~ 29.04'%

%39.71
%31.25
%29.04

CMYK color model

#6C554F color CMYK value is (0,21,27,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 26.85%
  • key color value is 57.65%

CMYK: (0,21,27,58)
C0M21Y27K58 (0%, 21%, 27%, 58%)
(0.00 / 0.21 / 0.27 / 0.58)

CMYK percentages

%0
%21.3
%26.85
%57.65

Codes

Color #6C554F in popluar color models

6C 55 4F
RGB 108 85 79
HSL 12° 15.51% 36.67%
HSB/HSV 12° 26.85% 42.35%
CMYK 0.00% 21.30% 26.85%
57.65%

Color #6C554F in popluar number systems.

HEX 6C 55 4F
Decimal 108 85 79
Binary 1101100 1010101 1001111
Octal 154 125 117

Shades and tints

Shades of #6C554F

#6C554F
(108,85,79)
#634E48
(99,78,72)
#5A4741
(90,71,65)
#51403A
(81,64,58)
#483933
(72,57,51)
#3F322C
(63,50,44)
#362B25
(54,43,37)
#2D241E
(45,36,30)
#241D17
(36,29,23)
#1B1610
(27,22,16)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C554F

#6C554F
(108,85,79)
#79645F
(121,100,95)
#86736F
(134,115,111)
#93827F
(147,130,127)
#A0918F
(160,145,143)
#ADA09F
(173,160,159)
#BAAFAF
(186,175,175)
#C7BEBF
(199,190,191)
#D4CDCF
(212,205,207)
#E1DCDF
(225,220,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C554F color. Also use rgb(108,85,79) instead hex code.

Text Font Color

.myTextColor { color: #6C554F; }

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

This text font color is #6C554F.

Background Color

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

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

This div background color is #6C554F.

Border color

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

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

This div border color is #6C554F.

Opacity

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

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

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

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

This text has shadow with #6C554F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C554F.

Preview

Color preview on black background

This text has color #6C554F on black background.


Color preview on white background

This text has color #6C554F on white background.


Black color preview on #6C554F background

This text has black color on #6C554F background.


White color preview on #6C554F background

This text has white color on #6C554F background.


Related colors

Complementary color

Complementary color for #hex is #93AAB0.


I love getcolorcode.com

Triadic colors

1 #4F6C55 and #554F6C with #6C554F are triadic colors.

2 #4F556C and #556C4F with #6C554F are triadic colors.