COLOR #6B7665

HEX: #6B7665
RGB: (107,118,101)

Color info

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

RGB color model

#6B7665 color RGB value is (107,118,101).

  • red value is 107;
  • green value is 118;
  • blue value is 101.
RGB:
(107,118,101)
(42%,46%,40%)

RGB channels and saturation

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

107
118
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 101 = 326 (100%)
R 107 of 326 ~ 32.82%
G 118 of 326 ~ 36.2%
B 101 of 326 ~ 30.98%

%32.82
%36.2
%30.98

CMYK color model

#6B7665 color CMYK value is (9,0,14,54).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 53.73%
CMYK:
(9,0,14,54)
C9M0Y14K54 
(9%,0%,14%,54%)
(0.09/0.00/0.14/0.54)	

CMYK percentages

%9.32
%0
%14.41
%53.73

Codes

Color #6B7665 in popluar color models

6B7665
RGB107118101
HSL99°7.76%42.94%
HSB/HSV99°14.41%46.27%
CMYK9.32%0.00%14.41%
53.73%

Color #6B7665 in popluar number systems.

HEX6B7665
Decimal107118101
Binary110101111101101100101
Octal153166145

Shades and tints

Shades of #6B7665

#6B7665
(107,118,101)
#626C5C
(98,108,92)
#596253
(89,98,83)
#50584A
(80,88,74)
#474E41
(71,78,65)
#3E4438
(62,68,56)
#353A2F
(53,58,47)
#2C3026
(44,48,38)
#23261D
(35,38,29)
#1A1C14
(26,28,20)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #6B7665

#6B7665
(107,118,101)
#788273
(120,130,115)
#858E81
(133,142,129)
#929A8F
(146,154,143)
#9FA69D
(159,166,157)
#ACB2AB
(172,178,171)
#B9BEB9
(185,190,185)
#C6CAC7
(198,202,199)
#D3D6D5
(211,214,213)
#E0E2E3
(224,226,227)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7665; }

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

This text font color is #6B7665.


Background Color

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

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

This div background color is #6B7665.


Border color

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

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

This div border color is #6B7665.


Opacity

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

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

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

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

This text has shadow with #6B7665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7665 on black background.


Color preview on white background

This text has color #6B7665 on white background.



Black color preview on #6B7665 background

This text has black color on #6B7665 background.


White color preview on #6B7665 background

This text has white color on #6B7665 background.