COLOR #6B605F

HEX: #6B605F
RGB: (107,96,95)

Color info

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

RGB color model

#6B605F color RGB value is (107,96,95).

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

RGB channels and saturation

R 107 of 255 = 42%
G 96 of 255 = 38%
B 95 of 255 = 37%

107
96
95

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

Portions of RGB colors in percentages

R + G + B =
107 + 96 + 95 = 298 (100%)
R 107 of 298 ~ 35.91%
G 96 of 298 ~ 32.21%
B 95 of 298 ~ 31.88%

%35.91
%32.21
%31.88

CMYK color model

#6B605F color CMYK value is (0,10,11,58).

  • cyan value is 0.00%
  • magenta value is 10.28%
  • yellow value is 11.21%
  • key color value is 58.04%
CMYK:
(0,10,11,58)
C0M10Y11K58 
(0%,10%,11%,58%)
(0.00/0.10/0.11/0.58)	

CMYK percentages

%0
%10.28
%11.21
%58.04

Codes

Color #6B605F in popluar color models

6B605F
RGB1079695
HSL5.94%39.61%
HSB/HSV11.21%41.96%
CMYK0.00%10.28%11.21%
58.04%

Color #6B605F in popluar number systems.

HEX6B605F
Decimal1079695
Binary110101111000001011111
Octal153140137

Shades and tints

Shades of #6B605F

#6B605F
(107,96,95)
#625857
(98,88,87)
#59504F
(89,80,79)
#504847
(80,72,71)
#47403F
(71,64,63)
#3E3837
(62,56,55)
#35302F
(53,48,47)
#2C2827
(44,40,39)
#23201F
(35,32,31)
#1A1817
(26,24,23)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #6B605F

#6B605F
(107,96,95)
#786E6D
(120,110,109)
#857C7B
(133,124,123)
#928A89
(146,138,137)
#9F9897
(159,152,151)
#ACA6A5
(172,166,165)
#B9B4B3
(185,180,179)
#C6C2C1
(198,194,193)
#D3D0CF
(211,208,207)
#E0DEDD
(224,222,221)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B605F; }

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

This text font color is #6B605F.


Background Color

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

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

This div background color is #6B605F.


Border color

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

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

This div border color is #6B605F.


Opacity

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

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

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

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

This text has shadow with #6B605F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B605F on black background.


Color preview on white background

This text has color #6B605F on white background.



Black color preview on #6B605F background

This text has black color on #6B605F background.


White color preview on #6B605F background

This text has white color on #6B605F background.