COLOR #6F635E

HEX: #6F635E
RGB: (111,99,94)

Color info

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

RGB color model

#6F635E color RGB value is (111,99,94).

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

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 94 of 255 = 37%

111
99
94

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

Portions of RGB colors in percentages

R + G + B =
111 + 99 + 94 = 304 (100%)
R 111 of 304 ~ 36.51%
G 99 of 304 ~ 32.57%
B 94 of 304 ~ 30.92%

%36.51
%32.57
%30.92

CMYK color model

#6F635E color CMYK value is (0,11,15,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 15.32%
  • key color value is 56.47%
CMYK: (0,11,15,56) C0M11Y15K56 (0%,11%,15%,56%) (0.00/0.11/0.15/0.56)

CMYK percentages

%0
%10.81
%15.32
%56.47

Codes

Color #6F635E in popluar color models

6F635E
RGB1119994
HSL18°8.29%40.20%
HSB/HSV18°15.32%43.53%
CMYK0.00%10.81%15.32%
56.47%

Color #6F635E in popluar number systems.

HEX6F635E
Decimal1119994
Binary110111111000111011110
Octal157143136

Shades and tints

Shades of #6F635E

#6F635E
(111,99,94)
#655A56
(101,90,86)
#5B514E
(91,81,78)
#514846
(81,72,70)
#473F3E
(71,63,62)
#3D3636
(61,54,54)
#332D2E
(51,45,46)
#292426
(41,36,38)
#1F1B1E
(31,27,30)
#151216
(21,18,22)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #6F635E

#6F635E
(111,99,94)
#7C716C
(124,113,108)
#897F7A
(137,127,122)
#968D88
(150,141,136)
#A39B96
(163,155,150)
#B0A9A4
(176,169,164)
#BDB7B2
(189,183,178)
#CAC5C0
(202,197,192)
#D7D3CE
(215,211,206)
#E4E1DC
(228,225,220)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F635E; }

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

This text font color is #6F635E.


Background Color

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

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

This div background color is #6F635E.


Border color

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

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

This div border color is #6F635E.


Opacity

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

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

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

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

This text has shadow with #6F635E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F635E on black background.


Color preview on white background

This text has color #6F635E on white background.



Black color preview on #6F635E background

This text has black color on #6F635E background.


White color preview on #6F635E background

This text has white color on #6F635E background.