COLOR #6B7667

HEX: #6B7667 RGB: (107,118,103)

Color info

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

RGB color model

#6B7667 color RGB value is (107,118,103).

RGB: (107,118,103) (42%, 46%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 103 of 255 = 40%

107
118
103

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

Portions of RGB colors in percentages

R + G + B = 107 + 118 + 103 = 328 (100%)
R 107 of 328 ~ 32.62%
G 118 of 328 ~ 35.98%
B 103 of 328 ~ 31.4'%

%32.62
%35.98
%31.4

CMYK color model

#6B7667 color CMYK value is (9,0,13,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 53.73%

CMYK: (9,0,13,54)
C9M0Y13K54 (9%, 0%, 13%, 54%)
(0.09 / 0.00 / 0.13 / 0.54)

CMYK percentages

%9.32
%0
%12.71
%53.73

Codes

Color #6B7667 in popluar color models

6B 76 67
RGB 107 118 103
HSL 104° 6.79% 43.33%
HSB/HSV 104° 12.71% 46.27%
CMYK 9.32% 0.00% 12.71%
53.73%

Color #6B7667 in popluar number systems.

HEX 6B 76 67
Decimal 107 118 103
Binary 1101011 1110110 1100111
Octal 153 166 147

Shades and tints

Shades of #6B7667

#6B7667
(107,118,103)
#626C5E
(98,108,94)
#596255
(89,98,85)
#50584C
(80,88,76)
#474E43
(71,78,67)
#3E443A
(62,68,58)
#353A31
(53,58,49)
#2C3028
(44,48,40)
#23261F
(35,38,31)
#1A1C16
(26,28,22)
#11120D
(17,18,13)
#000000
(0,0,0)

Tints of #6B7667

#6B7667
(107,118,103)
#788274
(120,130,116)
#858E81
(133,142,129)
#929A8E
(146,154,142)
#9FA69B
(159,166,155)
#ACB2A8
(172,178,168)
#B9BEB5
(185,190,181)
#C6CAC2
(198,202,194)
#D3D6CF
(211,214,207)
#E0E2DC
(224,226,220)
#EDEEE9
(237,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7667 color. Also use rgb(107,118,103) instead hex code.

Text Font Color

.myTextColor { color: #6B7667; }

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

This text font color is #6B7667.

Background Color

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

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

This div background color is #6B7667.

Border color

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

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

This div border color is #6B7667.

Opacity

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

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

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

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

This text has shadow with #6B7667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7667.

Preview

Color preview on black background

This text has color #6B7667 on black background.


Color preview on white background

This text has color #6B7667 on white background.


Black color preview on #6B7667 background

This text has black color on #6B7667 background.


White color preview on #6B7667 background

This text has white color on #6B7667 background.


Related colors

Complementary color

Complementary color for #hex is #948998.


I love getcolorcode.com

Triadic colors

1 #676B76 and #76676B with #6B7667 are triadic colors.

2 #67766B and #766B67 with #6B7667 are triadic colors.