COLOR #6F553E

HEX: #6F553E
RGB: (111,85,62)

Color info

#6F553E contains red, green and blue colors in about the same proportion. Web safe color of #6F553E is #666633 (or #663).

RGB color model

#6F553E color RGB value is (111,85,62).

  • red value is 111;
  • green value is 85;
  • blue value is 62.
RGB:
(111,85,62)
(44%,33%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 85 of 255 = 33%
B 62 of 255 = 24%

111
85
62

R + G + B ~ 34%. #6F553E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 85 + 62 = 258 (100%)
R 111 of 258 ~ 43.02%
G 85 of 258 ~ 32.95%
B 62 of 258 ~ 24.03%

%43.02
%32.95
%24.03

CMYK color model

#6F553E color CMYK value is (0,23,44,56).

  • cyan value is 0.00%
  • magenta value is 23.42%
  • yellow value is 44.14%
  • key color value is 56.47%
CMYK:
(0,23,44,56)
C0M23Y44K56 
(0%,23%,44%,56%)
(0.00/0.23/0.44/0.56)	

CMYK percentages

%0
%23.42
%44.14
%56.47

Codes

Color #6F553E in popluar color models

6F553E
RGB1118562
HSL28°28.32%33.92%
HSB/HSV28°44.14%43.53%
CMYK0.00%23.42%44.14%
56.47%

Color #6F553E in popluar number systems.

HEX6F553E
Decimal1118562
Binary11011111010101111110
Octal15712576

Shades and tints

Shades of #6F553E

#6F553E
(111,85,62)
#654E39
(101,78,57)
#5B4734
(91,71,52)
#51402F
(81,64,47)
#47392A
(71,57,42)
#3D3225
(61,50,37)
#332B20
(51,43,32)
#29241B
(41,36,27)
#1F1D16
(31,29,22)
#151611
(21,22,17)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #6F553E

#6F553E
(111,85,62)
#7C644F
(124,100,79)
#897360
(137,115,96)
#968271
(150,130,113)
#A39182
(163,145,130)
#B0A093
(176,160,147)
#BDAFA4
(189,175,164)
#CABEB5
(202,190,181)
#D7CDC6
(215,205,198)
#E4DCD7
(228,220,215)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F553E color. Also use rgb(111,85,62) instead hex code.

Text Font Color

.myTextColor { color: #6F553E; }

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

This text font color is #6F553E.


Background Color

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

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

This div background color is #6F553E.


Border color

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

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

This div border color is #6F553E.


Opacity

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

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

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

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

This text has shadow with #6F553E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F553E on black background.


Color preview on white background

This text has color #6F553E on white background.



Black color preview on #6F553E background

This text has black color on #6F553E background.


White color preview on #6F553E background

This text has white color on #6F553E background.