COLOR #6F6531

HEX: #6F6531
RGB: (111,101,49)

Color info

#6F6531 contains mainly red and green colors. Web safe color of #6F6531 is #666633 (or #663).

RGB color model

#6F6531 color RGB value is (111,101,49).

  • red value is 111;
  • green value is 101;
  • blue value is 49.
RGB:
(111,101,49)
(44%,40%,19%)

RGB channels and saturation

R 111 of 255 = 44%
G 101 of 255 = 40%
B 49 of 255 = 19%

111
101
49

R + G + B ~ 34%. #6F6531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 101 + 49 = 261 (100%)
R 111 of 261 ~ 42.53%
G 101 of 261 ~ 38.7%
B 49 of 261 ~ 18.77%

%42.53
%38.7
%18.77

CMYK color model

#6F6531 color CMYK value is (0,9,56,56).

  • cyan value is 0.00%
  • magenta value is 9.01%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(0,9,56,56)
C0M9Y56K56 
(0%,9%,56%,56%)
(0.00/0.09/0.56/0.56)	

CMYK percentages

%0
%9.01
%55.86
%56.47

Codes

Color #6F6531 in popluar color models

6F6531
RGB11110149
HSL50°38.75%31.37%
HSB/HSV50°55.86%43.53%
CMYK0.00%9.01%55.86%
56.47%

Color #6F6531 in popluar number systems.

HEX6F6531
Decimal11110149
Binary11011111100101110001
Octal15714561

Shades and tints

Shades of #6F6531

#6F6531
(111,101,49)
#655C2D
(101,92,45)
#5B5329
(91,83,41)
#514A25
(81,74,37)
#474121
(71,65,33)
#3D381D
(61,56,29)
#332F19
(51,47,25)
#292615
(41,38,21)
#1F1D11
(31,29,17)
#15140D
(21,20,13)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #6F6531

#6F6531
(111,101,49)
#7C7343
(124,115,67)
#898155
(137,129,85)
#968F67
(150,143,103)
#A39D79
(163,157,121)
#B0AB8B
(176,171,139)
#BDB99D
(189,185,157)
#CAC7AF
(202,199,175)
#D7D5C1
(215,213,193)
#E4E3D3
(228,227,211)
#F1F1E5
(241,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6531 color. Also use rgb(111,101,49) instead hex code.

Text Font Color

.myTextColor { color: #6F6531; }

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

This text font color is #6F6531.


Background Color

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

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

This div background color is #6F6531.


Border color

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

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

This div border color is #6F6531.


Opacity

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

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

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

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

This text has shadow with #6F6531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6531 on black background.


Color preview on white background

This text has color #6F6531 on white background.



Black color preview on #6F6531 background

This text has black color on #6F6531 background.


White color preview on #6F6531 background

This text has white color on #6F6531 background.