COLOR #6F6254

HEX: #6F6254
RGB: (111,98,84)

Color info

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

RGB color model

#6F6254 color RGB value is (111,98,84).

  • red value is 111;
  • green value is 98;
  • blue value is 84.
RGB:
(111,98,84)
(44%,38%,33%)

RGB channels and saturation

R 111 of 255 = 44%
G 98 of 255 = 38%
B 84 of 255 = 33%

111
98
84

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

Portions of RGB colors in percentages

R + G + B =
111 + 98 + 84 = 293 (100%)
R 111 of 293 ~ 37.88%
G 98 of 293 ~ 33.45%
B 84 of 293 ~ 28.67%

%37.88
%33.45
%28.67

CMYK color model

#6F6254 color CMYK value is (0,12,24,56).

  • cyan value is 0.00%
  • magenta value is 11.71%
  • yellow value is 24.32%
  • key color value is 56.47%
CMYK:
(0,12,24,56)
C0M12Y24K56 
(0%,12%,24%,56%)
(0.00/0.12/0.24/0.56)	

CMYK percentages

%0
%11.71
%24.32
%56.47

Codes

Color #6F6254 in popluar color models

6F6254
RGB1119884
HSL31°13.85%38.24%
HSB/HSV31°24.32%43.53%
CMYK0.00%11.71%24.32%
56.47%

Color #6F6254 in popluar number systems.

HEX6F6254
Decimal1119884
Binary110111111000101010100
Octal157142124

Shades and tints

Shades of #6F6254

#6F6254
(111,98,84)
#655A4D
(101,90,77)
#5B5246
(91,82,70)
#514A3F
(81,74,63)
#474238
(71,66,56)
#3D3A31
(61,58,49)
#33322A
(51,50,42)
#292A23
(41,42,35)
#1F221C
(31,34,28)
#151A15
(21,26,21)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #6F6254

#6F6254
(111,98,84)
#7C7063
(124,112,99)
#897E72
(137,126,114)
#968C81
(150,140,129)
#A39A90
(163,154,144)
#B0A89F
(176,168,159)
#BDB6AE
(189,182,174)
#CAC4BD
(202,196,189)
#D7D2CC
(215,210,204)
#E4E0DB
(228,224,219)
#F1EEEA
(241,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F6254 color. Also use rgb(111,98,84) instead hex code.

Text Font Color

.myTextColor { color: #6F6254; }

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

This text font color is #6F6254.


Background Color

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

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

This div background color is #6F6254.


Border color

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

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

This div border color is #6F6254.


Opacity

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

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

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

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

This text has shadow with #6F6254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6254 on black background.


Color preview on white background

This text has color #6F6254 on white background.



Black color preview on #6F6254 background

This text has black color on #6F6254 background.


White color preview on #6F6254 background

This text has white color on #6F6254 background.