COLOR #6F5A55

HEX: #6F5A55 RGB: (111,90,85)

Color info

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

RGB color model

#6F5A55 color RGB value is (111,90,85).

RGB: (111,90,85) (44%, 35%, 33%)

RGB channels and saturation

R 111 of 255 = 44%
G 90 of 255 = 35%
B 85 of 255 = 33%

111
90
85

R + G + B ~ 37%. #6F5A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 111 + 90 + 85 = 286 (100%)
R 111 of 286 ~ 38.81%
G 90 of 286 ~ 31.47%
B 85 of 286 ~ 29.72'%

%38.81
%31.47
%29.72

CMYK color model

#6F5A55 color CMYK value is (0,19,23,56).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 23.42%
  • key color value is 56.47%
CMYK: (0,19,23,56) C0M19Y23K56 (0%,19%,23%,56%) (0.00/0.19/0.23/0.56) 

CMYK percentages

%0
%18.92
%23.42
%56.47

Codes

Color #6F5A55 in popluar color models

6F 5A 55
RGB 111 90 85
HSL 12° 13.27% 38.43%
HSB/HSV 12° 23.42% 43.53%
CMYK 0.00% 18.92% 23.42%
56.47%

Color #6F5A55 in popluar number systems.

HEX 6F 5A 55
Decimal 111 90 85
Binary 1101111 1011010 1010101
Octal 157 132 125

Shades and tints

Shades of #6F5A55

#6F5A55
(111,90,85)
#65524E
(101,82,78)
#5B4A47
(91,74,71)
#514240
(81,66,64)
#473A39
(71,58,57)
#3D3232
(61,50,50)
#332A2B
(51,42,43)
#292224
(41,34,36)
#1F1A1D
(31,26,29)
#151216
(21,18,22)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #6F5A55

#6F5A55
(111,90,85)
#7C6964
(124,105,100)
#897873
(137,120,115)
#968782
(150,135,130)
#A39691
(163,150,145)
#B0A5A0
(176,165,160)
#BDB4AF
(189,180,175)
#CAC3BE
(202,195,190)
#D7D2CD
(215,210,205)
#E4E1DC
(228,225,220)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5A55 color. Also use rgb(111,90,85) instead hex code.

Text Font Color

.myTextColor { color: #6F5A55; }

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

This text font color is #6F5A55.

Background Color

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

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

This div background color is #6F5A55.

Border color

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

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

This div border color is #6F5A55.

Opacity

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

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

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

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

This text has shadow with #6F5A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F5A55.

Preview

Color preview on black background

This text has color #6F5A55 on black background.


Color preview on white background

This text has color #6F5A55 on white background.


Black color preview on #6F5A55 background

This text has black color on #6F5A55 background.


White color preview on #6F5A55 background

This text has white color on #6F5A55 background.


Related colors

Complementary color

Complementary color for #hex is #90A5AA.


I love getcolorcode.com

Triadic colors

1 #556F5A and #5A556F with #6F5A55 are triadic colors.

2 #555A6F and #5A6F55 with #6F5A55 are triadic colors.