COLOR #6B6961

HEX: #6B6961 RGB: (107,105,97)

Color info

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

RGB color model

#6B6961 color RGB value is (107,105,97).

RGB: (107,105,97) (42%, 41%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 97 of 255 = 38%

107
105
97

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

Portions of RGB colors in percentages

R + G + B = 107 + 105 + 97 = 309 (100%)
R 107 of 309 ~ 34.63%
G 105 of 309 ~ 33.98%
B 97 of 309 ~ 31.39'%

%34.63
%33.98
%31.39

CMYK color model

#6B6961 color CMYK value is (0,2,9,58).

  • cyan value is 0.00%
  • magenta value is 1.87%
  • yellow value is 9.35%
  • key color value is 58.04%

CMYK: (0,2,9,58)
C0M2Y9K58 (0%, 2%, 9%, 58%)
(0.00 / 0.02 / 0.09 / 0.58)

CMYK percentages

%0
%1.87
%9.35
%58.04

Codes

Color #6B6961 in popluar color models

6B 69 61
RGB 107 105 97
HSL 48° 4.90% 40.00%
HSB/HSV 48° 9.35% 41.96%
CMYK 0.00% 1.87% 9.35%
58.04%

Color #6B6961 in popluar number systems.

HEX 6B 69 61
Decimal 107 105 97
Binary 1101011 1101001 1100001
Octal 153 151 141

Shades and tints

Shades of #6B6961

#6B6961
(107,105,97)
#626059
(98,96,89)
#595751
(89,87,81)
#504E49
(80,78,73)
#474541
(71,69,65)
#3E3C39
(62,60,57)
#353331
(53,51,49)
#2C2A29
(44,42,41)
#232121
(35,33,33)
#1A1819
(26,24,25)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #6B6961

#6B6961
(107,105,97)
#78766F
(120,118,111)
#85837D
(133,131,125)
#92908B
(146,144,139)
#9F9D99
(159,157,153)
#ACAAA7
(172,170,167)
#B9B7B5
(185,183,181)
#C6C4C3
(198,196,195)
#D3D1D1
(211,209,209)
#E0DEDF
(224,222,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6961; }

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

This text font color is #6B6961.

Background Color

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

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

This div background color is #6B6961.

Border color

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

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

This div border color is #6B6961.

Opacity

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

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

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

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

This text has shadow with #6B6961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6961.

Preview

Color preview on black background

This text has color #6B6961 on black background.


Color preview on white background

This text has color #6B6961 on white background.


Black color preview on #6B6961 background

This text has black color on #6B6961 background.


White color preview on #6B6961 background

This text has white color on #6B6961 background.


Related colors

Complementary color

Complementary color for #hex is #94969E.


I love getcolorcode.com

Triadic colors

1 #616B69 and #69616B with #6B6961 are triadic colors.

2 #61696B and #696B61 with #6B6961 are triadic colors.