COLOR #6F6E3C

HEX: #6F6E3C
RGB: (111,110,60)

Color info

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

RGB color model

#6F6E3C color RGB value is (111,110,60).

  • red value is 111;
  • green value is 110;
  • blue value is 60.
RGB:
(111,110,60)
(44%,43%,24%)

RGB channels and saturation

R 111 of 255 = 44%
G 110 of 255 = 43%
B 60 of 255 = 24%

111
110
60

R + G + B ~ 37%. #6F6E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 110 + 60 = 281 (100%)
R 111 of 281 ~ 39.5%
G 110 of 281 ~ 39.15%
B 60 of 281 ~ 21.35%

%39.5
%39.15
%21.35

CMYK color model

#6F6E3C color CMYK value is (0,1,46,56).

  • cyan value is 0.00%
  • magenta value is 0.90%
  • yellow value is 45.95%
  • key color value is 56.47%
CMYK:
(0,1,46,56)
C0M1Y46K56 
(0%,1%,46%,56%)
(0.00/0.01/0.46/0.56)	

CMYK percentages

%0
%0.9
%45.95
%56.47

Codes

Color #6F6E3C in popluar color models

6F6E3C
RGB11111060
HSL59°29.82%33.53%
HSB/HSV59°45.95%43.53%
CMYK0.00%0.90%45.95%
56.47%

Color #6F6E3C in popluar number systems.

HEX6F6E3C
Decimal11111060
Binary11011111101110111100
Octal15715674

Shades and tints

Shades of #6F6E3C

#6F6E3C
(111,110,60)
#656437
(101,100,55)
#5B5A32
(91,90,50)
#51502D
(81,80,45)
#474628
(71,70,40)
#3D3C23
(61,60,35)
#33321E
(51,50,30)
#292819
(41,40,25)
#1F1E14
(31,30,20)
#15140F
(21,20,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #6F6E3C

#6F6E3C
(111,110,60)
#7C7B4D
(124,123,77)
#89885E
(137,136,94)
#96956F
(150,149,111)
#A3A280
(163,162,128)
#B0AF91
(176,175,145)
#BDBCA2
(189,188,162)
#CAC9B3
(202,201,179)
#D7D6C4
(215,214,196)
#E4E3D5
(228,227,213)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6E3C color. Also use rgb(111,110,60) instead hex code.

Text Font Color

.myTextColor { color: #6F6E3C; }

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

This text font color is #6F6E3C.


Background Color

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

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

This div background color is #6F6E3C.


Border color

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

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

This div border color is #6F6E3C.


Opacity

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

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

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

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

This text has shadow with #6F6E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6E3C on black background.


Color preview on white background

This text has color #6F6E3C on white background.



Black color preview on #6F6E3C background

This text has black color on #6F6E3C background.


White color preview on #6F6E3C background

This text has white color on #6F6E3C background.