COLOR #6F6442

HEX: #6F6442
RGB: (111,100,66)

Color info

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

RGB color model

#6F6442 color RGB value is (111,100,66).

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

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 66 of 255 = 26%

111
100
66

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

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 66 = 277 (100%)
R 111 of 277 ~ 40.07%
G 100 of 277 ~ 36.1%
B 66 of 277 ~ 23.83%

%40.07
%36.1
%23.83

CMYK color model

#6F6442 color CMYK value is (0,10,41,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 40.54%
  • key color value is 56.47%
CMYK:
(0,10,41,56)
C0M10Y41K56 
(0%,10%,41%,56%)
(0.00/0.10/0.41/0.56)	

CMYK percentages

%0
%9.91
%40.54
%56.47

Codes

Color #6F6442 in popluar color models

6F6442
RGB11110066
HSL45°25.42%34.71%
HSB/HSV45°40.54%43.53%
CMYK0.00%9.91%40.54%
56.47%

Color #6F6442 in popluar number systems.

HEX6F6442
Decimal11110066
Binary110111111001001000010
Octal157144102

Shades and tints

Shades of #6F6442

#6F6442
(111,100,66)
#655B3C
(101,91,60)
#5B5236
(91,82,54)
#514930
(81,73,48)
#47402A
(71,64,42)
#3D3724
(61,55,36)
#332E1E
(51,46,30)
#292518
(41,37,24)
#1F1C12
(31,28,18)
#15130C
(21,19,12)
#0B0A06
(11,10,6)
#000000
(0,0,0)

Tints of #6F6442

#6F6442
(111,100,66)
#7C7253
(124,114,83)
#898064
(137,128,100)
#968E75
(150,142,117)
#A39C86
(163,156,134)
#B0AA97
(176,170,151)
#BDB8A8
(189,184,168)
#CAC6B9
(202,198,185)
#D7D4CA
(215,212,202)
#E4E2DB
(228,226,219)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6442; }

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

This text font color is #6F6442.


Background Color

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

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

This div background color is #6F6442.


Border color

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

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

This div border color is #6F6442.


Opacity

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

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

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

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

This text has shadow with #6F6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6442 on black background.


Color preview on white background

This text has color #6F6442 on white background.



Black color preview on #6F6442 background

This text has black color on #6F6442 background.


White color preview on #6F6442 background

This text has white color on #6F6442 background.