COLOR #6B6765

HEX: #6B6765
RGB: (107,103,101)

Color info

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

RGB color model

#6B6765 color RGB value is (107,103,101).

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

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 101 of 255 = 40%

107
103
101

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

Portions of RGB colors in percentages

R + G + B =
107 + 103 + 101 = 311 (100%)
R 107 of 311 ~ 34.41%
G 103 of 311 ~ 33.12%
B 101 of 311 ~ 32.48%

%34.41
%33.12
%32.48

CMYK color model

#6B6765 color CMYK value is (0,4,6,58).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(0,4,6,58)
C0M4Y6K58 
(0%,4%,6%,58%)
(0.00/0.04/0.06/0.58)	

CMYK percentages

%0
%3.74
%5.61
%58.04

Codes

Color #6B6765 in popluar color models

6B6765
RGB107103101
HSL20°2.88%40.78%
HSB/HSV20°5.61%41.96%
CMYK0.00%3.74%5.61%
58.04%

Color #6B6765 in popluar number systems.

HEX6B6765
Decimal107103101
Binary110101111001111100101
Octal153147145

Shades and tints

Shades of #6B6765

#6B6765
(107,103,101)
#625E5C
(98,94,92)
#595553
(89,85,83)
#504C4A
(80,76,74)
#474341
(71,67,65)
#3E3A38
(62,58,56)
#35312F
(53,49,47)
#2C2826
(44,40,38)
#231F1D
(35,31,29)
#1A1614
(26,22,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B6765

#6B6765
(107,103,101)
#787473
(120,116,115)
#858181
(133,129,129)
#928E8F
(146,142,143)
#9F9B9D
(159,155,157)
#ACA8AB
(172,168,171)
#B9B5B9
(185,181,185)
#C6C2C7
(198,194,199)
#D3CFD5
(211,207,213)
#E0DCE3
(224,220,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6765; }

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

This text font color is #6B6765.


Background Color

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

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

This div background color is #6B6765.


Border color

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

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

This div border color is #6B6765.


Opacity

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

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

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

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

This text has shadow with #6B6765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6765 on black background.


Color preview on white background

This text has color #6B6765 on white background.



Black color preview on #6B6765 background

This text has black color on #6B6765 background.


White color preview on #6B6765 background

This text has white color on #6B6765 background.