COLOR #6F6438

HEX: #6F6438
RGB: (111,100,56)

Color info

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

RGB color model

#6F6438 color RGB value is (111,100,56).

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

RGB channels and saturation

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

111
100
56

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 56 = 267 (100%)
R 111 of 267 ~ 41.57%
G 100 of 267 ~ 37.45%
B 56 of 267 ~ 20.97%

%41.57
%37.45
%20.97

CMYK color model

#6F6438 color CMYK value is (0,10,50,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 49.55%
  • key color value is 56.47%
CMYK:
(0,10,50,56)
C0M10Y50K56 
(0%,10%,50%,56%)
(0.00/0.10/0.50/0.56)	

CMYK percentages

%0
%9.91
%49.55
%56.47

Codes

Color #6F6438 in popluar color models

6F6438
RGB11110056
HSL48°32.93%32.75%
HSB/HSV48°49.55%43.53%
CMYK0.00%9.91%49.55%
56.47%

Color #6F6438 in popluar number systems.

HEX6F6438
Decimal11110056
Binary11011111100100111000
Octal15714470

Shades and tints

Shades of #6F6438

#6F6438
(111,100,56)
#655B33
(101,91,51)
#5B522E
(91,82,46)
#514929
(81,73,41)
#474024
(71,64,36)
#3D371F
(61,55,31)
#332E1A
(51,46,26)
#292515
(41,37,21)
#1F1C10
(31,28,16)
#15130B
(21,19,11)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #6F6438

#6F6438
(111,100,56)
#7C724A
(124,114,74)
#89805C
(137,128,92)
#968E6E
(150,142,110)
#A39C80
(163,156,128)
#B0AA92
(176,170,146)
#BDB8A4
(189,184,164)
#CAC6B6
(202,198,182)
#D7D4C8
(215,212,200)
#E4E2DA
(228,226,218)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6438; }

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

This text font color is #6F6438.


Background Color

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

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

This div background color is #6F6438.


Border color

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

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

This div border color is #6F6438.


Opacity

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

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

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

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

This text has shadow with #6F6438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6438 on black background.


Color preview on white background

This text has color #6F6438 on white background.



Black color preview on #6F6438 background

This text has black color on #6F6438 background.


White color preview on #6F6438 background

This text has white color on #6F6438 background.