COLOR #6C615E

HEX: #6C615E RGB: (108,97,94)

Color info

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

RGB color model

#6C615E color RGB value is (108,97,94).

RGB: (108,97,94) (42%, 38%, 37%)

RGB channels and saturation

R 108 of 255 = 42%
G 97 of 255 = 38%
B 94 of 255 = 37%

108
97
94

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

Portions of RGB colors in percentages

R + G + B = 108 + 97 + 94 = 299 (100%)
R 108 of 299 ~ 36.12%
G 97 of 299 ~ 32.44%
B 94 of 299 ~ 31.44'%

%36.12
%32.44
%31.44

CMYK color model

#6C615E color CMYK value is (0,10,13,58).

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

CMYK: (0,10,13,58)
C0M10Y13K58 (0%, 10%, 13%, 58%)
(0.00 / 0.10 / 0.13 / 0.58)

CMYK percentages

%0
%10.19
%12.96
%57.65

Codes

Color #6C615E in popluar color models

6C 61 5E
RGB 108 97 94
HSL 13° 6.93% 39.61%
HSB/HSV 13° 12.96% 42.35%
CMYK 0.00% 10.19% 12.96%
57.65%

Color #6C615E in popluar number systems.

HEX 6C 61 5E
Decimal 108 97 94
Binary 1101100 1100001 1011110
Octal 154 141 136

Shades and tints

Shades of #6C615E

#6C615E
(108,97,94)
#635956
(99,89,86)
#5A514E
(90,81,78)
#514946
(81,73,70)
#48413E
(72,65,62)
#3F3936
(63,57,54)
#36312E
(54,49,46)
#2D2926
(45,41,38)
#24211E
(36,33,30)
#1B1916
(27,25,22)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #6C615E

#6C615E
(108,97,94)
#796F6C
(121,111,108)
#867D7A
(134,125,122)
#938B88
(147,139,136)
#A09996
(160,153,150)
#ADA7A4
(173,167,164)
#BAB5B2
(186,181,178)
#C7C3C0
(199,195,192)
#D4D1CE
(212,209,206)
#E1DFDC
(225,223,220)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C615E; }

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

This text font color is #6C615E.

Background Color

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

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

This div background color is #6C615E.

Border color

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

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

This div border color is #6C615E.

Opacity

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

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

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

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

This text has shadow with #6C615E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C615E.

Preview

Color preview on black background

This text has color #6C615E on black background.


Color preview on white background

This text has color #6C615E on white background.


Black color preview on #6C615E background

This text has black color on #6C615E background.


White color preview on #6C615E background

This text has white color on #6C615E background.


Related colors

Complementary color

Complementary color for #hex is #939EA1.


I love getcolorcode.com

Triadic colors

1 #5E6C61 and #615E6C with #6C615E are triadic colors.

2 #5E616C and #616C5E with #6C615E are triadic colors.