COLOR #6F6352

HEX: #6F6352 RGB: (111,99,82)

Color info

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

RGB color model

#6F6352 color RGB value is (111,99,82).

RGB: (111,99,82) (44%, 39%, 32%)

RGB channels and saturation

R 111 of 255 = 44%
G 99 of 255 = 39%
B 82 of 255 = 32%

111
99
82

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

Portions of RGB colors in percentages

R + G + B = 111 + 99 + 82 = 292 (100%)
R 111 of 292 ~ 38.01%
G 99 of 292 ~ 33.9%
B 82 of 292 ~ 28.08'%

%38.01
%33.9
%28.08

CMYK color model

#6F6352 color CMYK value is (0,11,26,56).

  • cyan value is 0.00%
  • magenta value is 10.81%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK: (0,11,26,56) C0M11Y26K56 (0%,11%,26%,56%) (0.00/0.11/0.26/0.56) 

CMYK percentages

%0
%10.81
%26.13
%56.47

Codes

Color #6F6352 in popluar color models

6F 63 52
RGB 111 99 82
HSL 35° 15.03% 37.84%
HSB/HSV 35° 26.13% 43.53%
CMYK 0.00% 10.81% 26.13%
56.47%

Color #6F6352 in popluar number systems.

HEX 6F 63 52
Decimal 111 99 82
Binary 1101111 1100011 1010010
Octal 157 143 122

Shades and tints

Shades of #6F6352

#6F6352
(111,99,82)
#655A4B
(101,90,75)
#5B5144
(91,81,68)
#51483D
(81,72,61)
#473F36
(71,63,54)
#3D362F
(61,54,47)
#332D28
(51,45,40)
#292421
(41,36,33)
#1F1B1A
(31,27,26)
#151213
(21,18,19)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #6F6352

#6F6352
(111,99,82)
#7C7161
(124,113,97)
#897F70
(137,127,112)
#968D7F
(150,141,127)
#A39B8E
(163,155,142)
#B0A99D
(176,169,157)
#BDB7AC
(189,183,172)
#CAC5BB
(202,197,187)
#D7D3CA
(215,211,202)
#E4E1D9
(228,225,217)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F6352; }

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

This text font color is #6F6352.

Background Color

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

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

This div background color is #6F6352.

Border color

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

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

This div border color is #6F6352.

Opacity

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

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

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

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

This text has shadow with #6F6352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F6352.

Preview

Color preview on black background

This text has color #6F6352 on black background.


Color preview on white background

This text has color #6F6352 on white background.


Black color preview on #6F6352 background

This text has black color on #6F6352 background.


White color preview on #6F6352 background

This text has white color on #6F6352 background.


Related colors

Complementary color

Complementary color for #hex is #909CAD.


I love getcolorcode.com

Triadic colors

1 #526F63 and #63526F with #6F6352 are triadic colors.

2 #52636F and #636F52 with #6F6352 are triadic colors.