COLOR #6C5967

HEX: #6C5967 RGB: (108,89,103)

Color info

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

RGB color model

#6C5967 color RGB value is (108,89,103).

RGB: (108,89,103) (42%, 35%, 40%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 103 of 255 = 40%

108
89
103

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

Portions of RGB colors in percentages

R + G + B = 108 + 89 + 103 = 300 (100%)
R 108 of 300 ~ 36%
G 89 of 300 ~ 29.67%
B 103 of 300 ~ 34.33'%

%36
%29.67
%34.33

CMYK color model

#6C5967 color CMYK value is (0,18,5,58).

  • cyan value is 0.00%
  • magenta value is 17.59%
  • yellow value is 4.63%
  • key color value is 57.65%

CMYK: (0,18,5,58)
C0M18Y5K58 (0%, 18%, 5%, 58%)
(0.00 / 0.18 / 0.05 / 0.58)

CMYK percentages

%0
%17.59
%4.63
%57.65

Codes

Color #6C5967 in popluar color models

6C 59 67
RGB 108 89 103
HSL 316° 9.64% 38.63%
HSB/HSV 316° 17.59% 42.35%
CMYK 0.00% 17.59% 4.63%
57.65%

Color #6C5967 in popluar number systems.

HEX 6C 59 67
Decimal 108 89 103
Binary 1101100 1011001 1100111
Octal 154 131 147

Shades and tints

Shades of #6C5967

#6C5967
(108,89,103)
#63515E
(99,81,94)
#5A4955
(90,73,85)
#51414C
(81,65,76)
#483943
(72,57,67)
#3F313A
(63,49,58)
#362931
(54,41,49)
#2D2128
(45,33,40)
#24191F
(36,25,31)
#1B1116
(27,17,22)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C5967

#6C5967
(108,89,103)
#796874
(121,104,116)
#867781
(134,119,129)
#93868E
(147,134,142)
#A0959B
(160,149,155)
#ADA4A8
(173,164,168)
#BAB3B5
(186,179,181)
#C7C2C2
(199,194,194)
#D4D1CF
(212,209,207)
#E1E0DC
(225,224,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5967; }

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

This text font color is #6C5967.

Background Color

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

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

This div background color is #6C5967.

Border color

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

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

This div border color is #6C5967.

Opacity

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

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

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

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

This text has shadow with #6C5967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5967.

Preview

Color preview on black background

This text has color #6C5967 on black background.


Color preview on white background

This text has color #6C5967 on white background.


Black color preview on #6C5967 background

This text has black color on #6C5967 background.


White color preview on #6C5967 background

This text has white color on #6C5967 background.


Related colors

Complementary color

Complementary color for #hex is #93A698.


I love getcolorcode.com

Triadic colors

1 #676C59 and #59676C with #6C5967 are triadic colors.

2 #67596C and #596C67 with #6C5967 are triadic colors.