COLOR #6F6360

HEX: #6F6360
RGB: (111,99,96)

Color info

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

RGB color model

#6F6360 color RGB value is (111,99,96).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 96 of 255 = 38%

111
99
96

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 96 = 306 (100%)
R 111 of 306 ~ 36.27%
G 99 of 306 ~ 32.35%
B 96 of 306 ~ 31.37%

%36.27
%32.35
%31.37

CMYK color model

#6F6360 color CMYK value is (0,11,14,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 13.51%
  • key color value is 56.47%
CMYK:
(0,11,14,56)
C0M11Y14K56 
(0%,11%,14%,56%)
(0.00/0.11/0.14/0.56)	

CMYK percentages

%0
%10.81
%13.51
%56.47

Codes

Color #6F6360 in popluar color models

6F6360
RGB1119996
HSL12°7.25%40.59%
HSB/HSV12°13.51%43.53%
CMYK0.00%10.81%13.51%
56.47%

Color #6F6360 in popluar number systems.

HEX6F6360
Decimal1119996
Binary110111111000111100000
Octal157143140

Shades and tints

Shades of #6F6360

#6F6360
(111,99,96)
#655A58
(101,90,88)
#5B5150
(91,81,80)
#514848
(81,72,72)
#473F40
(71,63,64)
#3D3638
(61,54,56)
#332D30
(51,45,48)
#292428
(41,36,40)
#1F1B20
(31,27,32)
#151218
(21,18,24)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #6F6360

#6F6360
(111,99,96)
#7C716E
(124,113,110)
#897F7C
(137,127,124)
#968D8A
(150,141,138)
#A39B98
(163,155,152)
#B0A9A6
(176,169,166)
#BDB7B4
(189,183,180)
#CAC5C2
(202,197,194)
#D7D3D0
(215,211,208)
#E4E1DE
(228,225,222)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6360; }

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

This text font color is #6F6360.


Background Color

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

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

This div background color is #6F6360.


Border color

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

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

This div border color is #6F6360.


Opacity

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

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

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

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

This text has shadow with #6F6360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6360 on black background.


Color preview on white background

This text has color #6F6360 on white background.



Black color preview on #6F6360 background

This text has black color on #6F6360 background.


White color preview on #6F6360 background

This text has white color on #6F6360 background.