COLOR #6F6636

HEX: #6F6636
RGB: (111,102,54)

Color info

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

RGB color model

#6F6636 color RGB value is (111,102,54).

  • red value is 111;
  • green value is 102;
  • blue value is 54.
RGB:
(111,102,54)
(44%,40%,21%)

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 54 of 255 = 21%

111
102
54

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

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 54 = 267 (100%)
R 111 of 267 ~ 41.57%
G 102 of 267 ~ 38.2%
B 54 of 267 ~ 20.22%

%41.57
%38.2
%20.22

CMYK color model

#6F6636 color CMYK value is (0,8,51,56).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 51.35%
  • key color value is 56.47%
CMYK:
(0,8,51,56)
C0M8Y51K56 
(0%,8%,51%,56%)
(0.00/0.08/0.51/0.56)	

CMYK percentages

%0
%8.11
%51.35
%56.47

Codes

Color #6F6636 in popluar color models

6F6636
RGB11110254
HSL51°34.55%32.35%
HSB/HSV51°51.35%43.53%
CMYK0.00%8.11%51.35%
56.47%

Color #6F6636 in popluar number systems.

HEX6F6636
Decimal11110254
Binary11011111100110110110
Octal15714666

Shades and tints

Shades of #6F6636

#6F6636
(111,102,54)
#655D32
(101,93,50)
#5B542E
(91,84,46)
#514B2A
(81,75,42)
#474226
(71,66,38)
#3D3922
(61,57,34)
#33301E
(51,48,30)
#29271A
(41,39,26)
#1F1E16
(31,30,22)
#151512
(21,21,18)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #6F6636

#6F6636
(111,102,54)
#7C7348
(124,115,72)
#89805A
(137,128,90)
#968D6C
(150,141,108)
#A39A7E
(163,154,126)
#B0A790
(176,167,144)
#BDB4A2
(189,180,162)
#CAC1B4
(202,193,180)
#D7CEC6
(215,206,198)
#E4DBD8
(228,219,216)
#F1E8EA
(241,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6636 color. Also use rgb(111,102,54) instead hex code.

Text Font Color

.myTextColor { color: #6F6636; }

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

This text font color is #6F6636.


Background Color

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

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

This div background color is #6F6636.


Border color

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

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

This div border color is #6F6636.


Opacity

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

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

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

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

This text has shadow with #6F6636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6636 on black background.


Color preview on white background

This text has color #6F6636 on white background.



Black color preview on #6F6636 background

This text has black color on #6F6636 background.


White color preview on #6F6636 background

This text has white color on #6F6636 background.