COLOR #6C6B5A

HEX: #6C6B5A
RGB: (108,107,90)

Color info

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

RGB color model

#6C6B5A color RGB value is (108,107,90).

  • red value is 108;
  • green value is 107;
  • blue value is 90.
RGB:
(108,107,90)
(42%,42%,35%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 90 of 255 = 35%

108
107
90

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

Portions of RGB colors in percentages

R + G + B =
108 + 107 + 90 = 305 (100%)
R 108 of 305 ~ 35.41%
G 107 of 305 ~ 35.08%
B 90 of 305 ~ 29.51%

%35.41
%35.08
%29.51

CMYK color model

#6C6B5A color CMYK value is (0,1,17,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 16.67%
  • key color value is 57.65%
CMYK:
(0,1,17,58)
C0M1Y17K58 
(0%,1%,17%,58%)
(0.00/0.01/0.17/0.58)	

CMYK percentages

%0
%0.93
%16.67
%57.65

Codes

Color #6C6B5A in popluar color models

6C6B5A
RGB10810790
HSL57°9.09%38.82%
HSB/HSV57°16.67%42.35%
CMYK0.00%0.93%16.67%
57.65%

Color #6C6B5A in popluar number systems.

HEX6C6B5A
Decimal10810790
Binary110110011010111011010
Octal154153132

Shades and tints

Shades of #6C6B5A

#6C6B5A
(108,107,90)
#636252
(99,98,82)
#5A594A
(90,89,74)
#515042
(81,80,66)
#48473A
(72,71,58)
#3F3E32
(63,62,50)
#36352A
(54,53,42)
#2D2C22
(45,44,34)
#24231A
(36,35,26)
#1B1A12
(27,26,18)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C6B5A

#6C6B5A
(108,107,90)
#797869
(121,120,105)
#868578
(134,133,120)
#939287
(147,146,135)
#A09F96
(160,159,150)
#ADACA5
(173,172,165)
#BAB9B4
(186,185,180)
#C7C6C3
(199,198,195)
#D4D3D2
(212,211,210)
#E1E0E1
(225,224,225)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B5A color. Also use rgb(108,107,90) instead hex code.

Text Font Color

.myTextColor { color: #6C6B5A; }

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

This text font color is #6C6B5A.


Background Color

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

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

This div background color is #6C6B5A.


Border color

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

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

This div border color is #6C6B5A.


Opacity

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

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

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

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

This text has shadow with #6C6B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6B5A on black background.


Color preview on white background

This text has color #6C6B5A on white background.



Black color preview on #6C6B5A background

This text has black color on #6C6B5A background.


White color preview on #6C6B5A background

This text has white color on #6C6B5A background.