COLOR #6C6862

HEX: #6C6862 RGB: (108,104,98)

Color info

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

RGB color model

#6C6862 color RGB value is (108,104,98).

RGB: (108,104,98) (42%, 41%, 38%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 98 of 255 = 38%

108
104
98

R + G + B ~ 40%. #6C6862 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 98 = 310 (100%)
R 108 of 310 ~ 34.84%
G 104 of 310 ~ 33.55%
B 98 of 310 ~ 31.61'%

%34.84
%33.55
%31.61

CMYK color model

#6C6862 color CMYK value is (0,4,9,58).

  • cyan value is 0.00%
  • magenta value is 3.70%
  • yellow value is 9.26%
  • key color value is 57.65%

CMYK: (0,4,9,58)
C0M4Y9K58 (0%, 4%, 9%, 58%)
(0.00 / 0.04 / 0.09 / 0.58)

CMYK percentages

%0
%3.7
%9.26
%57.65

Codes

Color #6C6862 in popluar color models

6C 68 62
RGB 108 104 98
HSL 36° 4.85% 40.39%
HSB/HSV 36° 9.26% 42.35%
CMYK 0.00% 3.70% 9.26%
57.65%

Color #6C6862 in popluar number systems.

HEX 6C 68 62
Decimal 108 104 98
Binary 1101100 1101000 1100010
Octal 154 150 142

Shades and tints

Shades of #6C6862

#6C6862
(108,104,98)
#635F5A
(99,95,90)
#5A5652
(90,86,82)
#514D4A
(81,77,74)
#484442
(72,68,66)
#3F3B3A
(63,59,58)
#363232
(54,50,50)
#2D292A
(45,41,42)
#242022
(36,32,34)
#1B171A
(27,23,26)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #6C6862

#6C6862
(108,104,98)
#797570
(121,117,112)
#86827E
(134,130,126)
#938F8C
(147,143,140)
#A09C9A
(160,156,154)
#ADA9A8
(173,169,168)
#BAB6B6
(186,182,182)
#C7C3C4
(199,195,196)
#D4D0D2
(212,208,210)
#E1DDE0
(225,221,224)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6862 color. Also use rgb(108,104,98) instead hex code.

Text Font Color

.myTextColor { color: #6C6862; }

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

This text font color is #6C6862.

Background Color

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

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

This div background color is #6C6862.

Border color

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

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

This div border color is #6C6862.

Opacity

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

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

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

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

This text has shadow with #6C6862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6862.

Preview

Color preview on black background

This text has color #6C6862 on black background.


Color preview on white background

This text has color #6C6862 on white background.


Black color preview on #6C6862 background

This text has black color on #6C6862 background.


White color preview on #6C6862 background

This text has white color on #6C6862 background.


Related colors

Complementary color

Complementary color for #hex is #93979D.


I love getcolorcode.com

Triadic colors

1 #626C68 and #68626C with #6C6862 are triadic colors.

2 #62686C and #686C62 with #6C6862 are triadic colors.