COLOR #6F6652

HEX: #6F6652
RGB: (111,102,82)

Color info

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

RGB color model

#6F6652 color RGB value is (111,102,82).

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

RGB channels and saturation

R 111 of 255 = 44%
G 102 of 255 = 40%
B 82 of 255 = 32%

111
102
82

R + G + B ~ 39%. #6F6652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 102 + 82 = 295 (100%)
R 111 of 295 ~ 37.63%
G 102 of 295 ~ 34.58%
B 82 of 295 ~ 27.8%

%37.63
%34.58
%27.8

CMYK color model

#6F6652 color CMYK value is (0,8,26,56).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(0,8,26,56)
C0M8Y26K56 
(0%,8%,26%,56%)
(0.00/0.08/0.26/0.56)	

CMYK percentages

%0
%8.11
%26.13
%56.47

Codes

Color #6F6652 in popluar color models

6F6652
RGB11110282
HSL41°15.03%37.84%
HSB/HSV41°26.13%43.53%
CMYK0.00%8.11%26.13%
56.47%

Color #6F6652 in popluar number systems.

HEX6F6652
Decimal11110282
Binary110111111001101010010
Octal157146122

Shades and tints

Shades of #6F6652

#6F6652
(111,102,82)
#655D4B
(101,93,75)
#5B5444
(91,84,68)
#514B3D
(81,75,61)
#474236
(71,66,54)
#3D392F
(61,57,47)
#333028
(51,48,40)
#292721
(41,39,33)
#1F1E1A
(31,30,26)
#151513
(21,21,19)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #6F6652

#6F6652
(111,102,82)
#7C7361
(124,115,97)
#898070
(137,128,112)
#968D7F
(150,141,127)
#A39A8E
(163,154,142)
#B0A79D
(176,167,157)
#BDB4AC
(189,180,172)
#CAC1BB
(202,193,187)
#D7CECA
(215,206,202)
#E4DBD9
(228,219,217)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6652; }

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

This text font color is #6F6652.


Background Color

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

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

This div background color is #6F6652.


Border color

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

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

This div border color is #6F6652.


Opacity

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

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

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

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

This text has shadow with #6F6652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F6652 on black background.


Color preview on white background

This text has color #6F6652 on white background.



Black color preview on #6F6652 background

This text has black color on #6F6652 background.


White color preview on #6F6652 background

This text has white color on #6F6652 background.