COLOR #6C756E

HEX: #6C756E RGB: (108,117,110)

Color info

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

RGB color model

#6C756E color RGB value is (108,117,110).

RGB: (108,117,110) (42%, 46%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 110 of 255 = 43%

108
117
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 117 + 110 = 335 (100%)
R 108 of 335 ~ 32.24%
G 117 of 335 ~ 34.93%
B 110 of 335 ~ 32.84'%

%32.24
%34.93
%32.84

CMYK color model

#6C756E color CMYK value is (8,0,6,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK: (8,0,6,54) C8M0Y6K54 (8%,0%,6%,54%) (0.08/0.00/0.06/0.54) 

CMYK percentages

%7.69
%0
%5.98
%54.12

Codes

Color #6C756E in popluar color models

6C 75 6E
RGB 108 117 110
HSL 133° 4.00% 44.12%
HSB/HSV 133° 7.69% 45.88%
CMYK 7.69% 0.00% 5.98%
54.12%

Color #6C756E in popluar number systems.

HEX 6C 75 6E
Decimal 108 117 110
Binary 1101100 1110101 1101110
Octal 154 165 156

Shades and tints

Shades of #6C756E

#6C756E
(108,117,110)
#636B64
(99,107,100)
#5A615A
(90,97,90)
#515750
(81,87,80)
#484D46
(72,77,70)
#3F433C
(63,67,60)
#363932
(54,57,50)
#2D2F28
(45,47,40)
#24251E
(36,37,30)
#1B1B14
(27,27,20)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #6C756E

#6C756E
(108,117,110)
#79817B
(121,129,123)
#868D88
(134,141,136)
#939995
(147,153,149)
#A0A5A2
(160,165,162)
#ADB1AF
(173,177,175)
#BABDBC
(186,189,188)
#C7C9C9
(199,201,201)
#D4D5D6
(212,213,214)
#E1E1E3
(225,225,227)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C756E color. Also use rgb(108,117,110) instead hex code.

Text Font Color

.myTextColor { color: #6C756E; }

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

This text font color is #6C756E.

Background Color

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

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

This div background color is #6C756E.

Border color

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

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

This div border color is #6C756E.

Opacity

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

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

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

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

This text has shadow with #6C756E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C756E.

Preview

Color preview on black background

This text has color #6C756E on black background.


Color preview on white background

This text has color #6C756E on white background.


Black color preview on #6C756E background

This text has black color on #6C756E background.


White color preview on #6C756E background

This text has white color on #6C756E background.


Related colors

Complementary color

Complementary color for #hex is #938A91.


I love getcolorcode.com

Triadic colors

1 #6E6C75 and #756E6C with #6C756E are triadic colors.

2 #6E756C and #756C6E with #6C756E are triadic colors.