COLOR #6C615F

HEX: #6C615F
RGB: (108,97,95)

Color info

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

RGB color model

#6C615F color RGB value is (108,97,95).

  • red value is 108;
  • green value is 97;
  • blue value is 95.
RGB:
(108,97,95)
(42%,38%,37%)

RGB channels and saturation

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

108
97
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 97 + 95 = 300 (100%)
R 108 of 300 ~ 36%
G 97 of 300 ~ 32.33%
B 95 of 300 ~ 31.67%

%36
%32.33
%31.67

CMYK color model

#6C615F color CMYK value is (0,10,12,58).

  • cyan value is 0.00%
  • magenta value is 10.19%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(0,10,12,58)
C0M10Y12K58 
(0%,10%,12%,58%)
(0.00/0.10/0.12/0.58)	

CMYK percentages

%0
%10.19
%12.04
%57.65

Codes

Color #6C615F in popluar color models

6C615F
RGB1089795
HSL6.40%39.80%
HSB/HSV12.04%42.35%
CMYK0.00%10.19%12.04%
57.65%

Color #6C615F in popluar number systems.

HEX6C615F
Decimal1089795
Binary110110011000011011111
Octal154141137

Shades and tints

Shades of #6C615F

#6C615F
(108,97,95)
#635957
(99,89,87)
#5A514F
(90,81,79)
#514947
(81,73,71)
#48413F
(72,65,63)
#3F3937
(63,57,55)
#36312F
(54,49,47)
#2D2927
(45,41,39)
#24211F
(36,33,31)
#1B1917
(27,25,23)
#12110F
(18,17,15)
#000000
(0,0,0)

Tints of #6C615F

#6C615F
(108,97,95)
#796F6D
(121,111,109)
#867D7B
(134,125,123)
#938B89
(147,139,137)
#A09997
(160,153,151)
#ADA7A5
(173,167,165)
#BAB5B3
(186,181,179)
#C7C3C1
(199,195,193)
#D4D1CF
(212,209,207)
#E1DFDD
(225,223,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C615F; }

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

This text font color is #6C615F.


Background Color

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

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

This div background color is #6C615F.


Border color

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

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

This div border color is #6C615F.


Opacity

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

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

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

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

This text has shadow with #6C615F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C615F on black background.


Color preview on white background

This text has color #6C615F on white background.



Black color preview on #6C615F background

This text has black color on #6C615F background.


White color preview on #6C615F background

This text has white color on #6C615F background.