COLOR #6B7165

HEX: #6B7165 RGB: (107,113,101)

Color info

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

RGB color model

#6B7165 color RGB value is (107,113,101).

RGB: (107,113,101) (42%, 44%, 40%)

RGB channels and saturation

R 107 of 255 = 42%
G 113 of 255 = 44%
B 101 of 255 = 40%

107
113
101

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

Portions of RGB colors in percentages

R + G + B = 107 + 113 + 101 = 321 (100%)
R 107 of 321 ~ 33.33%
G 113 of 321 ~ 35.2%
B 101 of 321 ~ 31.46'%

%33.33
%35.2
%31.46

CMYK color model

#6B7165 color CMYK value is (5,0,11,56).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%

CMYK: (5,0,11,56)
C5M0Y11K56 (5%, 0%, 11%, 56%)
(0.05 / 0.00 / 0.11 / 0.56)

CMYK percentages

%5.31
%0
%10.62
%55.69

Codes

Color #6B7165 in popluar color models

6B 71 65
RGB 107 113 101
HSL 90° 5.61% 41.96%
HSB/HSV 90° 10.62% 44.31%
CMYK 5.31% 0.00% 10.62%
55.69%

Color #6B7165 in popluar number systems.

HEX 6B 71 65
Decimal 107 113 101
Binary 1101011 1110001 1100101
Octal 153 161 145

Shades and tints

Shades of #6B7165

#6B7165
(107,113,101)
#62675C
(98,103,92)
#595D53
(89,93,83)
#50534A
(80,83,74)
#474941
(71,73,65)
#3E3F38
(62,63,56)
#35352F
(53,53,47)
#2C2B26
(44,43,38)
#23211D
(35,33,29)
#1A1714
(26,23,20)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #6B7165

#6B7165
(107,113,101)
#787D73
(120,125,115)
#858981
(133,137,129)
#92958F
(146,149,143)
#9FA19D
(159,161,157)
#ACADAB
(172,173,171)
#B9B9B9
(185,185,185)
#C6C5C7
(198,197,199)
#D3D1D5
(211,209,213)
#E0DDE3
(224,221,227)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7165; }

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

This text font color is #6B7165.

Background Color

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

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

This div background color is #6B7165.

Border color

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

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

This div border color is #6B7165.

Opacity

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

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

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

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

This text has shadow with #6B7165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7165.

Preview

Color preview on black background

This text has color #6B7165 on black background.


Color preview on white background

This text has color #6B7165 on white background.


Black color preview on #6B7165 background

This text has black color on #6B7165 background.


White color preview on #6B7165 background

This text has white color on #6B7165 background.


Related colors

Complementary color

Complementary color for #hex is #948E9A.


I love getcolorcode.com

Triadic colors

1 #656B71 and #71656B with #6B7165 are triadic colors.

2 #65716B and #716B65 with #6B7165 are triadic colors.