COLOR #6B6960

HEX: #6B6960 RGB: (107,105,96)

Color info

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

RGB color model

#6B6960 color RGB value is (107,105,96).

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

RGB channels and saturation

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

107
105
96

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

Portions of RGB colors in percentages

R + G + B = 107 + 105 + 96 = 308 (100%)
R 107 of 308 ~ 34.74%
G 105 of 308 ~ 34.09%
B 96 of 308 ~ 31.17'%

%34.74
%34.09
%31.17

CMYK color model

#6B6960 color CMYK value is (0,2,10,58).

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

CMYK: (0,2,10,58)
C0M2Y10K58 (0%, 2%, 10%, 58%)
(0.00 / 0.02 / 0.10 / 0.58)

CMYK percentages

%0
%1.87
%10.28
%58.04

Codes

Color #6B6960 in popluar color models

6B 69 60
RGB 107 105 96
HSL 49° 5.42% 39.80%
HSB/HSV 49° 10.28% 41.96%
CMYK 0.00% 1.87% 10.28%
58.04%

Color #6B6960 in popluar number systems.

HEX 6B 69 60
Decimal 107 105 96
Binary 1101011 1101001 1100000
Octal 153 151 140

Shades and tints

Shades of #6B6960

#6B6960
(107,105,96)
#626058
(98,96,88)
#595750
(89,87,80)
#504E48
(80,78,72)
#474540
(71,69,64)
#3E3C38
(62,60,56)
#353330
(53,51,48)
#2C2A28
(44,42,40)
#232120
(35,33,32)
#1A1818
(26,24,24)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B6960

#6B6960
(107,105,96)
#78766E
(120,118,110)
#85837C
(133,131,124)
#92908A
(146,144,138)
#9F9D98
(159,157,152)
#ACAAA6
(172,170,166)
#B9B7B4
(185,183,180)
#C6C4C2
(198,196,194)
#D3D1D0
(211,209,208)
#E0DEDE
(224,222,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6960; }

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

This text font color is #6B6960.

Background Color

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

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

This div background color is #6B6960.

Border color

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

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

This div border color is #6B6960.

Opacity

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

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

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

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

This text has shadow with #6B6960 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6960.

Preview

Color preview on black background

This text has color #6B6960 on black background.


Color preview on white background

This text has color #6B6960 on white background.


Black color preview on #6B6960 background

This text has black color on #6B6960 background.


White color preview on #6B6960 background

This text has white color on #6B6960 background.


Related colors

Complementary color

Complementary color for #hex is #94969F.


I love getcolorcode.com

Triadic colors

1 #606B69 and #69606B with #6B6960 are triadic colors.

2 #60696B and #696B60 with #6B6960 are triadic colors.