COLOR #6B6B62

HEX: #6B6B62 RGB: (107,107,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
107
98

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

Portions of RGB colors in percentages

R + G + B = 107 + 107 + 98 = 312 (100%)
R 107 of 312 ~ 34.29%
G 107 of 312 ~ 34.29%
B 98 of 312 ~ 31.41'%

%34.29
%34.29
%31.41

CMYK color model

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

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

CMYK: (0,0,8,58)
C0M0Y8K58 (0%, 0%, 8%, 58%)
(0.00 / 0.00 / 0.08 / 0.58)

CMYK percentages

%0
%0
%8.41
%58.04

Codes

Color #6B6B62 in popluar color models

6B 6B 62
RGB 107 107 98
HSL 60° 4.39% 40.20%
HSB/HSV 60° 8.41% 41.96%
CMYK 0.00% 0.00% 8.41%
58.04%

Color #6B6B62 in popluar number systems.

HEX 6B 6B 62
Decimal 107 107 98
Binary 1101011 1101011 1100010
Octal 153 153 142

Shades and tints

Shades of #6B6B62

#6B6B62
(107,107,98)
#62625A
(98,98,90)
#595952
(89,89,82)
#50504A
(80,80,74)
#474742
(71,71,66)
#3E3E3A
(62,62,58)
#353532
(53,53,50)
#2C2C2A
(44,44,42)
#232322
(35,35,34)
#1A1A1A
(26,26,26)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B6B62

#6B6B62
(107,107,98)
#787870
(120,120,112)
#85857E
(133,133,126)
#92928C
(146,146,140)
#9F9F9A
(159,159,154)
#ACACA8
(172,172,168)
#B9B9B6
(185,185,182)
#C6C6C4
(198,198,196)
#D3D3D2
(211,211,210)
#E0E0E0
(224,224,224)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6B62; }

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

This text font color is #6B6B62.

Background Color

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

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

This div background color is #6B6B62.

Border color

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

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

This div border color is #6B6B62.

Opacity

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

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

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

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

This text has shadow with #6B6B62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6B62.

Preview

Color preview on black background

This text has color #6B6B62 on black background.


Color preview on white background

This text has color #6B6B62 on white background.


Black color preview on #6B6B62 background

This text has black color on #6B6B62 background.


White color preview on #6B6B62 background

This text has white color on #6B6B62 background.


Related colors

Complementary color

Complementary color for #hex is #94949D.


I love getcolorcode.com