COLOR #6C635D

HEX: #6C635D
RGB: (108,99,93)

Color info

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

RGB color model

#6C635D color RGB value is (108,99,93).

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

RGB channels and saturation

R 108 of 255 = 42%
G 99 of 255 = 39%
B 93 of 255 = 36%

108
99
93

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

Portions of RGB colors in percentages

R + G + B =
108 + 99 + 93 = 300 (100%)
R 108 of 300 ~ 36%
G 99 of 300 ~ 33%
B 93 of 300 ~ 31%

%36
%33
%31

CMYK color model

#6C635D color CMYK value is (0,8,14,58).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 13.89%
  • key color value is 57.65%
CMYK:
(0,8,14,58)
C0M8Y14K58 
(0%,8%,14%,58%)
(0.00/0.08/0.14/0.58)	

CMYK percentages

%0
%8.33
%13.89
%57.65

Codes

Color #6C635D in popluar color models

6C635D
RGB1089993
HSL24°7.46%39.41%
HSB/HSV24°13.89%42.35%
CMYK0.00%8.33%13.89%
57.65%

Color #6C635D in popluar number systems.

HEX6C635D
Decimal1089993
Binary110110011000111011101
Octal154143135

Shades and tints

Shades of #6C635D

#6C635D
(108,99,93)
#635A55
(99,90,85)
#5A514D
(90,81,77)
#514845
(81,72,69)
#483F3D
(72,63,61)
#3F3635
(63,54,53)
#362D2D
(54,45,45)
#2D2425
(45,36,37)
#241B1D
(36,27,29)
#1B1215
(27,18,21)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #6C635D

#6C635D
(108,99,93)
#79716B
(121,113,107)
#867F79
(134,127,121)
#938D87
(147,141,135)
#A09B95
(160,155,149)
#ADA9A3
(173,169,163)
#BAB7B1
(186,183,177)
#C7C5BF
(199,197,191)
#D4D3CD
(212,211,205)
#E1E1DB
(225,225,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C635D; }

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

This text font color is #6C635D.


Background Color

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

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

This div background color is #6C635D.


Border color

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

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

This div border color is #6C635D.


Opacity

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

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

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

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

This text has shadow with #6C635D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C635D on black background.


Color preview on white background

This text has color #6C635D on white background.



Black color preview on #6C635D background

This text has black color on #6C635D background.


White color preview on #6C635D background

This text has white color on #6C635D background.