COLOR #6F673B

HEX: #6F673B
RGB: (111,103,59)

Color info

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

RGB color model

#6F673B color RGB value is (111,103,59).

  • red value is 111;
  • green value is 103;
  • blue value is 59.
RGB:
(111,103,59)
(44%,40%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 59 of 255 = 23%

111
103
59

R + G + B ~ 36%. #6F673B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 59 = 273 (100%)
R 111 of 273 ~ 40.66%
G 103 of 273 ~ 37.73%
B 59 of 273 ~ 21.61%

%40.66
%37.73
%21.61

CMYK color model

#6F673B color CMYK value is (0,7,47,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK:
(0,7,47,56)
C0M7Y47K56 
(0%,7%,47%,56%)
(0.00/0.07/0.47/0.56)	

CMYK percentages

%0
%7.21
%46.85
%56.47

Codes

Color #6F673B in popluar color models

6F673B
RGB11110359
HSL51°30.59%33.33%
HSB/HSV51°46.85%43.53%
CMYK0.00%7.21%46.85%
56.47%

Color #6F673B in popluar number systems.

HEX6F673B
Decimal11110359
Binary11011111100111111011
Octal15714773

Shades and tints

Shades of #6F673B

#6F673B
(111,103,59)
#655E36
(101,94,54)
#5B5531
(91,85,49)
#514C2C
(81,76,44)
#474327
(71,67,39)
#3D3A22
(61,58,34)
#33311D
(51,49,29)
#292818
(41,40,24)
#1F1F13
(31,31,19)
#15160E
(21,22,14)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #6F673B

#6F673B
(111,103,59)
#7C744C
(124,116,76)
#89815D
(137,129,93)
#968E6E
(150,142,110)
#A39B7F
(163,155,127)
#B0A890
(176,168,144)
#BDB5A1
(189,181,161)
#CAC2B2
(202,194,178)
#D7CFC3
(215,207,195)
#E4DCD4
(228,220,212)
#F1E9E5
(241,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F673B color. Also use rgb(111,103,59) instead hex code.

Text Font Color

.myTextColor { color: #6F673B; }

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

This text font color is #6F673B.


Background Color

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

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

This div background color is #6F673B.


Border color

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

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

This div border color is #6F673B.


Opacity

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

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

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

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

This text has shadow with #6F673B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F673B on black background.


Color preview on white background

This text has color #6F673B on white background.



Black color preview on #6F673B background

This text has black color on #6F673B background.


White color preview on #6F673B background

This text has white color on #6F673B background.