COLOR #6F673F

HEX: #6F673F
RGB: (111,103,63)

Color info

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

RGB color model

#6F673F color RGB value is (111,103,63).

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

RGB channels and saturation

R 111 of 255 = 44%
G 103 of 255 = 40%
B 63 of 255 = 25%

111
103
63

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

Portions of RGB colors in percentages

R + G + B =
111 + 103 + 63 = 277 (100%)
R 111 of 277 ~ 40.07%
G 103 of 277 ~ 37.18%
B 63 of 277 ~ 22.74%

%40.07
%37.18
%22.74

CMYK color model

#6F673F color CMYK value is (0,7,43,56).

  • cyan value is 0.00%
  • magenta value is 7.21%
  • yellow value is 43.24%
  • key color value is 56.47%
CMYK:
(0,7,43,56)
C0M7Y43K56 
(0%,7%,43%,56%)
(0.00/0.07/0.43/0.56)	

CMYK percentages

%0
%7.21
%43.24
%56.47

Codes

Color #6F673F in popluar color models

6F673F
RGB11110363
HSL50°27.59%34.12%
HSB/HSV50°43.24%43.53%
CMYK0.00%7.21%43.24%
56.47%

Color #6F673F in popluar number systems.

HEX6F673F
Decimal11110363
Binary11011111100111111111
Octal15714777

Shades and tints

Shades of #6F673F

#6F673F
(111,103,63)
#655E3A
(101,94,58)
#5B5535
(91,85,53)
#514C30
(81,76,48)
#47432B
(71,67,43)
#3D3A26
(61,58,38)
#333121
(51,49,33)
#29281C
(41,40,28)
#1F1F17
(31,31,23)
#151612
(21,22,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #6F673F

#6F673F
(111,103,63)
#7C7450
(124,116,80)
#898161
(137,129,97)
#968E72
(150,142,114)
#A39B83
(163,155,131)
#B0A894
(176,168,148)
#BDB5A5
(189,181,165)
#CAC2B6
(202,194,182)
#D7CFC7
(215,207,199)
#E4DCD8
(228,220,216)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F673F; }

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

This text font color is #6F673F.


Background Color

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

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

This div background color is #6F673F.


Border color

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

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

This div border color is #6F673F.


Opacity

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

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

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

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

This text has shadow with #6F673F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F673F on black background.


Color preview on white background

This text has color #6F673F on white background.



Black color preview on #6F673F background

This text has black color on #6F673F background.


White color preview on #6F673F background

This text has white color on #6F673F background.