COLOR #6F6439

HEX: #6F6439
RGB: (111,100,57)

Color info

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

RGB color model

#6F6439 color RGB value is (111,100,57).

  • red value is 111;
  • green value is 100;
  • blue value is 57.
RGB:
(111,100,57)
(44%,39%,22%)

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 57 of 255 = 22%

111
100
57

R + G + B ~ 35%. #6F6439 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 57 = 268 (100%)
R 111 of 268 ~ 41.42%
G 100 of 268 ~ 37.31%
B 57 of 268 ~ 21.27%

%41.42
%37.31
%21.27

CMYK color model

#6F6439 color CMYK value is (0,10,49,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK:
(0,10,49,56)
C0M10Y49K56 
(0%,10%,49%,56%)
(0.00/0.10/0.49/0.56)	

CMYK percentages

%0
%9.91
%48.65
%56.47

Codes

Color #6F6439 in popluar color models

6F6439
RGB11110057
HSL48°32.14%32.94%
HSB/HSV48°48.65%43.53%
CMYK0.00%9.91%48.65%
56.47%

Color #6F6439 in popluar number systems.

HEX6F6439
Decimal11110057
Binary11011111100100111001
Octal15714471

Shades and tints

Shades of #6F6439

#6F6439
(111,100,57)
#655B34
(101,91,52)
#5B522F
(91,82,47)
#51492A
(81,73,42)
#474025
(71,64,37)
#3D3720
(61,55,32)
#332E1B
(51,46,27)
#292516
(41,37,22)
#1F1C11
(31,28,17)
#15130C
(21,19,12)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #6F6439

#6F6439
(111,100,57)
#7C724B
(124,114,75)
#89805D
(137,128,93)
#968E6F
(150,142,111)
#A39C81
(163,156,129)
#B0AA93
(176,170,147)
#BDB8A5
(189,184,165)
#CAC6B7
(202,198,183)
#D7D4C9
(215,212,201)
#E4E2DB
(228,226,219)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6439 color. Also use rgb(111,100,57) instead hex code.

Text Font Color

.myTextColor { color: #6F6439; }

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

This text font color is #6F6439.


Background Color

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

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

This div background color is #6F6439.


Border color

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

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

This div border color is #6F6439.


Opacity

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

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

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

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

This text has shadow with #6F6439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6439 on black background.


Color preview on white background

This text has color #6F6439 on white background.



Black color preview on #6F6439 background

This text has black color on #6F6439 background.


White color preview on #6F6439 background

This text has white color on #6F6439 background.