COLOR #6C635F

HEX: #6C635F
RGB: (108,99,95)

Color info

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

RGB color model

#6C635F color RGB value is (108,99,95).

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

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 95 of 255 = 37%

108
99
95

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

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 95 = 302 (100%)
R 108 of 302 ~ 35.76%
G 99 of 302 ~ 32.78%
B 95 of 302 ~ 31.46%

%35.76
%32.78
%31.46

CMYK color model

#6C635F color CMYK value is (0,8,12,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 12.04%
  • key color value is 57.65%
CMYK:
(0,8,12,58)
C0M8Y12K58 
(0%,8%,12%,58%)
(0.00/0.08/0.12/0.58)	

CMYK percentages

%0
%8.33
%12.04
%57.65

Codes

Color #6C635F in popluar color models

6C635F
RGB1089995
HSL18°6.40%39.80%
HSB/HSV18°12.04%42.35%
CMYK0.00%8.33%12.04%
57.65%

Color #6C635F in popluar number systems.

HEX6C635F
Decimal1089995
Binary110110011000111011111
Octal154143137

Shades and tints

Shades of #6C635F

#6C635F
(108,99,95)
#635A57
(99,90,87)
#5A514F
(90,81,79)
#514847
(81,72,71)
#483F3F
(72,63,63)
#3F3637
(63,54,55)
#362D2F
(54,45,47)
#2D2427
(45,36,39)
#241B1F
(36,27,31)
#1B1217
(27,18,23)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #6C635F

#6C635F
(108,99,95)
#79716D
(121,113,109)
#867F7B
(134,127,123)
#938D89
(147,141,137)
#A09B97
(160,155,151)
#ADA9A5
(173,169,165)
#BAB7B3
(186,183,179)
#C7C5C1
(199,197,193)
#D4D3CF
(212,211,207)
#E1E1DD
(225,225,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C635F; }

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

This text font color is #6C635F.


Background Color

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

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

This div background color is #6C635F.


Border color

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

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

This div border color is #6C635F.


Opacity

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

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

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

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

This text has shadow with #6C635F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C635F on black background.


Color preview on white background

This text has color #6C635F on white background.



Black color preview on #6C635F background

This text has black color on #6C635F background.


White color preview on #6C635F background

This text has white color on #6C635F background.