COLOR #6C5651

HEX: #6C5651 RGB: (108,86,81)

Color info

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

RGB color model

#6C5651 color RGB value is (108,86,81).

RGB: (108,86,81) (42%, 34%, 32%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 81 of 255 = 32%

108
86
81

R + G + B ~ 36%. #6C5651 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 86 + 81 = 275 (100%)
R 108 of 275 ~ 39.27%
G 86 of 275 ~ 31.27%
B 81 of 275 ~ 29.45'%

%39.27
%31.27
%29.45

CMYK color model

#6C5651 color CMYK value is (0,20,25,58).

  • cyan value is 0.00%
  • magenta value is 20.37%
  • yellow value is 25.00%
  • key color value is 57.65%

CMYK: (0,20,25,58)
C0M20Y25K58 (0%, 20%, 25%, 58%)
(0.00 / 0.20 / 0.25 / 0.58)

CMYK percentages

%0
%20.37
%25
%57.65

Codes

Color #6C5651 in popluar color models

6C 56 51
RGB 108 86 81
HSL 11° 14.29% 37.06%
HSB/HSV 11° 25.00% 42.35%
CMYK 0.00% 20.37% 25.00%
57.65%

Color #6C5651 in popluar number systems.

HEX 6C 56 51
Decimal 108 86 81
Binary 1101100 1010110 1010001
Octal 154 126 121

Shades and tints

Shades of #6C5651

#6C5651
(108,86,81)
#634F4A
(99,79,74)
#5A4843
(90,72,67)
#51413C
(81,65,60)
#483A35
(72,58,53)
#3F332E
(63,51,46)
#362C27
(54,44,39)
#2D2520
(45,37,32)
#241E19
(36,30,25)
#1B1712
(27,23,18)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #6C5651

#6C5651
(108,86,81)
#796560
(121,101,96)
#86746F
(134,116,111)
#93837E
(147,131,126)
#A0928D
(160,146,141)
#ADA19C
(173,161,156)
#BAB0AB
(186,176,171)
#C7BFBA
(199,191,186)
#D4CEC9
(212,206,201)
#E1DDD8
(225,221,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5651 color. Also use rgb(108,86,81) instead hex code.

Text Font Color

.myTextColor { color: #6C5651; }

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

This text font color is #6C5651.

Background Color

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

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

This div background color is #6C5651.

Border color

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

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

This div border color is #6C5651.

Opacity

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

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

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

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

This text has shadow with #6C5651 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5651.

Preview

Color preview on black background

This text has color #6C5651 on black background.


Color preview on white background

This text has color #6C5651 on white background.


Black color preview on #6C5651 background

This text has black color on #6C5651 background.


White color preview on #6C5651 background

This text has white color on #6C5651 background.


Related colors

Complementary color

Complementary color for #hex is #93A9AE.


I love getcolorcode.com

Triadic colors

1 #516C56 and #56516C with #6C5651 are triadic colors.

2 #51566C and #566C51 with #6C5651 are triadic colors.