COLOR #6B6260

HEX: #6B6260
RGB: (107,98,96)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
98
96

R + G + B ~ 39%. #6B6260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 96 = 301 (100%)
R 107 of 301 ~ 35.55%
G 98 of 301 ~ 32.56%
B 96 of 301 ~ 31.89%

%35.55
%32.56
%31.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 10.28%
  • key color value is 58.04%
CMYK:
(0,8,10,58)
C0M8Y10K58 
(0%,8%,10%,58%)
(0.00/0.08/0.10/0.58)	

CMYK percentages

%0
%8.41
%10.28
%58.04

Codes

Color #6B6260 in popluar color models

6B6260
RGB1079896
HSL11°5.42%39.80%
HSB/HSV11°10.28%41.96%
CMYK0.00%8.41%10.28%
58.04%

Color #6B6260 in popluar number systems.

HEX6B6260
Decimal1079896
Binary110101111000101100000
Octal153142140

Shades and tints

Shades of #6B6260

#6B6260
(107,98,96)
#625A58
(98,90,88)
#595250
(89,82,80)
#504A48
(80,74,72)
#474240
(71,66,64)
#3E3A38
(62,58,56)
#353230
(53,50,48)
#2C2A28
(44,42,40)
#232220
(35,34,32)
#1A1A18
(26,26,24)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #6B6260

#6B6260
(107,98,96)
#78706E
(120,112,110)
#857E7C
(133,126,124)
#928C8A
(146,140,138)
#9F9A98
(159,154,152)
#ACA8A6
(172,168,166)
#B9B6B4
(185,182,180)
#C6C4C2
(198,196,194)
#D3D2D0
(211,210,208)
#E0E0DE
(224,224,222)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6260; }

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

This text font color is #6B6260.


Background Color

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

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

This div background color is #6B6260.


Border color

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

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

This div border color is #6B6260.


Opacity

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

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

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

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

This text has shadow with #6B6260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6260 on black background.


Color preview on white background

This text has color #6B6260 on white background.



Black color preview on #6B6260 background

This text has black color on #6B6260 background.


White color preview on #6B6260 background

This text has white color on #6B6260 background.