COLOR #6C675B

HEX: #6C675B RGB: (108,103,91)

Color info

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

RGB color model

#6C675B color RGB value is (108,103,91).

RGB: (108,103,91) (42%, 40%, 36%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 91 of 255 = 36%

108
103
91

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

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 91 = 302 (100%)
R 108 of 302 ~ 35.76%
G 103 of 302 ~ 34.11%
B 91 of 302 ~ 30.13'%

%35.76
%34.11
%30.13

CMYK color model

#6C675B color CMYK value is (0,5,16,58).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 15.74%
  • key color value is 57.65%

CMYK: (0,5,16,58)
C0M5Y16K58 (0%, 5%, 16%, 58%)
(0.00 / 0.05 / 0.16 / 0.58)

CMYK percentages

%0
%4.63
%15.74
%57.65

Codes

Color #6C675B in popluar color models

6C 67 5B
RGB 108 103 91
HSL 42° 8.54% 39.02%
HSB/HSV 42° 15.74% 42.35%
CMYK 0.00% 4.63% 15.74%
57.65%

Color #6C675B in popluar number systems.

HEX 6C 67 5B
Decimal 108 103 91
Binary 1101100 1100111 1011011
Octal 154 147 133

Shades and tints

Shades of #6C675B

#6C675B
(108,103,91)
#635E53
(99,94,83)
#5A554B
(90,85,75)
#514C43
(81,76,67)
#48433B
(72,67,59)
#3F3A33
(63,58,51)
#36312B
(54,49,43)
#2D2823
(45,40,35)
#241F1B
(36,31,27)
#1B1613
(27,22,19)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #6C675B

#6C675B
(108,103,91)
#797469
(121,116,105)
#868177
(134,129,119)
#938E85
(147,142,133)
#A09B93
(160,155,147)
#ADA8A1
(173,168,161)
#BAB5AF
(186,181,175)
#C7C2BD
(199,194,189)
#D4CFCB
(212,207,203)
#E1DCD9
(225,220,217)
#EEE9E7
(238,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C675B color. Also use rgb(108,103,91) instead hex code.

Text Font Color

.myTextColor { color: #6C675B; }

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

This text font color is #6C675B.

Background Color

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

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

This div background color is #6C675B.

Border color

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

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

This div border color is #6C675B.

Opacity

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

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

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

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

This text has shadow with #6C675B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C675B.

Preview

Color preview on black background

This text has color #6C675B on black background.


Color preview on white background

This text has color #6C675B on white background.


Black color preview on #6C675B background

This text has black color on #6C675B background.


White color preview on #6C675B background

This text has white color on #6C675B background.


Related colors

Complementary color

Complementary color for #hex is #9398A4.


I love getcolorcode.com

Triadic colors

1 #5B6C67 and #675B6C with #6C675B are triadic colors.

2 #5B676C and #676C5B with #6C675B are triadic colors.