COLOR #6B6A60

HEX: #6B6A60
RGB: (107,106,96)

Color info

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

RGB color model

#6B6A60 color RGB value is (107,106,96).

  • red value is 107;
  • green value is 106;
  • blue value is 96.
RGB:
(107,106,96)
(42%,42%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 96 of 255 = 38%

107
106
96

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

Portions of RGB colors in percentages

R + G + B =
107 + 106 + 96 = 309 (100%)
R 107 of 309 ~ 34.63%
G 106 of 309 ~ 34.3%
B 96 of 309 ~ 31.07%

%34.63
%34.3
%31.07

CMYK color model

#6B6A60 color CMYK value is (0,1,10,58).

  • cyan value is 0.00%
  • magenta value is 0.93%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(0,1,10,58)
C0M1Y10K58 
(0%,1%,10%,58%)
(0.00/0.01/0.10/0.58)	

CMYK percentages

%0
%0.93
%10.28
%58.04

Codes

Color #6B6A60 in popluar color models

6B6A60
RGB10710696
HSL55°5.42%39.80%
HSB/HSV55°10.28%41.96%
CMYK0.00%0.93%10.28%
58.04%

Color #6B6A60 in popluar number systems.

HEX6B6A60
Decimal10710696
Binary110101111010101100000
Octal153152140

Shades and tints

Shades of #6B6A60

#6B6A60
(107,106,96)
#626158
(98,97,88)
#595850
(89,88,80)
#504F48
(80,79,72)
#474640
(71,70,64)
#3E3D38
(62,61,56)
#353430
(53,52,48)
#2C2B28
(44,43,40)
#232220
(35,34,32)
#1A1918
(26,25,24)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #6B6A60

#6B6A60
(107,106,96)
#78776E
(120,119,110)
#85847C
(133,132,124)
#92918A
(146,145,138)
#9F9E98
(159,158,152)
#ACABA6
(172,171,166)
#B9B8B4
(185,184,180)
#C6C5C2
(198,197,194)
#D3D2D0
(211,210,208)
#E0DFDE
(224,223,222)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6A60; }

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

This text font color is #6B6A60.


Background Color

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

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

This div background color is #6B6A60.


Border color

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

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

This div border color is #6B6A60.


Opacity

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

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

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

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

This text has shadow with #6B6A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6A60 on black background.


Color preview on white background

This text has color #6B6A60 on white background.



Black color preview on #6B6A60 background

This text has black color on #6B6A60 background.


White color preview on #6B6A60 background

This text has white color on #6B6A60 background.