COLOR #6F6451

HEX: #6F6451
RGB: (111,100,81)

Color info

#6F6451 contains red, green and blue colors in about the same proportion. Web safe color of #6F6451 is #666666 (or #666).

RGB color model

#6F6451 color RGB value is (111,100,81).

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

RGB channels and saturation

R 111 of 255 = 44%
G 100 of 255 = 39%
B 81 of 255 = 32%

111
100
81

R + G + B ~ 38%. #6F6451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 100 + 81 = 292 (100%)
R 111 of 292 ~ 38.01%
G 100 of 292 ~ 34.25%
B 81 of 292 ~ 27.74%

%38.01
%34.25
%27.74

CMYK color model

#6F6451 color CMYK value is (0,10,27,56).

  • cyan value is 0.00%
  • magenta value is 9.91%
  • yellow value is 27.03%
  • key color value is 56.47%
CMYK:
(0,10,27,56)
C0M10Y27K56 
(0%,10%,27%,56%)
(0.00/0.10/0.27/0.56)	

CMYK percentages

%0
%9.91
%27.03
%56.47

Codes

Color #6F6451 in popluar color models

6F6451
RGB11110081
HSL38°15.63%37.65%
HSB/HSV38°27.03%43.53%
CMYK0.00%9.91%27.03%
56.47%

Color #6F6451 in popluar number systems.

HEX6F6451
Decimal11110081
Binary110111111001001010001
Octal157144121

Shades and tints

Shades of #6F6451

#6F6451
(111,100,81)
#655B4A
(101,91,74)
#5B5243
(91,82,67)
#51493C
(81,73,60)
#474035
(71,64,53)
#3D372E
(61,55,46)
#332E27
(51,46,39)
#292520
(41,37,32)
#1F1C19
(31,28,25)
#151312
(21,19,18)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #6F6451

#6F6451
(111,100,81)
#7C7260
(124,114,96)
#89806F
(137,128,111)
#968E7E
(150,142,126)
#A39C8D
(163,156,141)
#B0AA9C
(176,170,156)
#BDB8AB
(189,184,171)
#CAC6BA
(202,198,186)
#D7D4C9
(215,212,201)
#E4E2D8
(228,226,216)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6451; }

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

This text font color is #6F6451.


Background Color

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

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

This div background color is #6F6451.


Border color

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

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

This div border color is #6F6451.


Opacity

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

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

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

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

This text has shadow with #6F6451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6451 on black background.


Color preview on white background

This text has color #6F6451 on white background.



Black color preview on #6F6451 background

This text has black color on #6F6451 background.


White color preview on #6F6451 background

This text has white color on #6F6451 background.