COLOR #6B6562

HEX: #6B6562 RGB: (107,101,98)

Color info

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

RGB color model

#6B6562 color RGB value is (107,101,98).

RGB: (107,101,98) (42%, 40%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 98 of 255 = 38%

107
101
98

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

Portions of RGB colors in percentages

R + G + B = 107 + 101 + 98 = 306 (100%)
R 107 of 306 ~ 34.97%
G 101 of 306 ~ 33.01%
B 98 of 306 ~ 32.03'%

%34.97
%33.01
%32.03

CMYK color model

#6B6562 color CMYK value is (0,6,8,58).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 8.41%
  • key color value is 58.04%

CMYK: (0,6,8,58)
C0M6Y8K58 (0%, 6%, 8%, 58%)
(0.00 / 0.06 / 0.08 / 0.58)

CMYK percentages

%0
%5.61
%8.41
%58.04

Codes

Color #6B6562 in popluar color models

6B 65 62
RGB 107 101 98
HSL 20° 4.39% 40.20%
HSB/HSV 20° 8.41% 41.96%
CMYK 0.00% 5.61% 8.41%
58.04%

Color #6B6562 in popluar number systems.

HEX 6B 65 62
Decimal 107 101 98
Binary 1101011 1100101 1100010
Octal 153 145 142

Shades and tints

Shades of #6B6562

#6B6562
(107,101,98)
#625C5A
(98,92,90)
#595352
(89,83,82)
#504A4A
(80,74,74)
#474142
(71,65,66)
#3E383A
(62,56,58)
#352F32
(53,47,50)
#2C262A
(44,38,42)
#231D22
(35,29,34)
#1A141A
(26,20,26)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B6562

#6B6562
(107,101,98)
#787370
(120,115,112)
#85817E
(133,129,126)
#928F8C
(146,143,140)
#9F9D9A
(159,157,154)
#ACABA8
(172,171,168)
#B9B9B6
(185,185,182)
#C6C7C4
(198,199,196)
#D3D5D2
(211,213,210)
#E0E3E0
(224,227,224)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6562; }

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

This text font color is #6B6562.

Background Color

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

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

This div background color is #6B6562.

Border color

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

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

This div border color is #6B6562.

Opacity

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

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

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

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

This text has shadow with #6B6562 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6562.

Preview

Color preview on black background

This text has color #6B6562 on black background.


Color preview on white background

This text has color #6B6562 on white background.


Black color preview on #6B6562 background

This text has black color on #6B6562 background.


White color preview on #6B6562 background

This text has white color on #6B6562 background.


Related colors

Complementary color

Complementary color for #hex is #949A9D.


I love getcolorcode.com

Triadic colors

1 #626B65 and #65626B with #6B6562 are triadic colors.

2 #62656B and #656B62 with #6B6562 are triadic colors.