COLOR #6F605B

HEX: #6F605B
RGB: (111,96,91)

Color info

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

RGB color model

#6F605B color RGB value is (111,96,91).

  • red value is 111;
  • green value is 96;
  • blue value is 91.
RGB:
(111,96,91)
(44%,38%,36%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 91 of 255 = 36%

111
96
91

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 91 = 298 (100%)
R 111 of 298 ~ 37.25%
G 96 of 298 ~ 32.21%
B 91 of 298 ~ 30.54%

%37.25
%32.21
%30.54

CMYK color model

#6F605B color CMYK value is (0,14,18,56).

  • cyan value is 0.00%
  • magenta value is 13.51%
  • yellow value is 18.02%
  • key color value is 56.47%
CMYK:
(0,14,18,56)
C0M14Y18K56 
(0%,14%,18%,56%)
(0.00/0.14/0.18/0.56)	

CMYK percentages

%0
%13.51
%18.02
%56.47

Codes

Color #6F605B in popluar color models

6F605B
RGB1119691
HSL15°9.90%39.61%
HSB/HSV15°18.02%43.53%
CMYK0.00%13.51%18.02%
56.47%

Color #6F605B in popluar number systems.

HEX6F605B
Decimal1119691
Binary110111111000001011011
Octal157140133

Shades and tints

Shades of #6F605B

#6F605B
(111,96,91)
#655853
(101,88,83)
#5B504B
(91,80,75)
#514843
(81,72,67)
#47403B
(71,64,59)
#3D3833
(61,56,51)
#33302B
(51,48,43)
#292823
(41,40,35)
#1F201B
(31,32,27)
#151813
(21,24,19)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #6F605B

#6F605B
(111,96,91)
#7C6E69
(124,110,105)
#897C77
(137,124,119)
#968A85
(150,138,133)
#A39893
(163,152,147)
#B0A6A1
(176,166,161)
#BDB4AF
(189,180,175)
#CAC2BD
(202,194,189)
#D7D0CB
(215,208,203)
#E4DED9
(228,222,217)
#F1ECE7
(241,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F605B color. Also use rgb(111,96,91) instead hex code.

Text Font Color

.myTextColor { color: #6F605B; }

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

This text font color is #6F605B.


Background Color

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

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

This div background color is #6F605B.


Border color

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

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

This div border color is #6F605B.


Opacity

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

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

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

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

This text has shadow with #6F605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F605B on black background.


Color preview on white background

This text has color #6F605B on white background.



Black color preview on #6F605B background

This text has black color on #6F605B background.


White color preview on #6F605B background

This text has white color on #6F605B background.