COLOR #696356

HEX: #696356
RGB: (105,99,86)

Color info

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

RGB color model

#696356 color RGB value is (105,99,86).

  • red value is 105;
  • green value is 99;
  • blue value is 86.
RGB:
(105,99,86)
(41%,39%,34%)

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 86 of 255 = 34%

105
99
86

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 86 = 290 (100%)
R 105 of 290 ~ 36.21%
G 99 of 290 ~ 34.14%
B 86 of 290 ~ 29.66%

%36.21
%34.14
%29.66

CMYK color model

#696356 color CMYK value is (0,6,18,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 18.10%
  • key color value is 58.82%
CMYK:
(0,6,18,59)
C0M6Y18K59 
(0%,6%,18%,59%)
(0.00/0.06/0.18/0.59)	

CMYK percentages

%0
%5.71
%18.1
%58.82

Codes

Color #696356 in popluar color models

696356
RGB1059986
HSL41°9.95%37.45%
HSB/HSV41°18.10%41.18%
CMYK0.00%5.71%18.10%
58.82%

Color #696356 in popluar number systems.

HEX696356
Decimal1059986
Binary110100111000111010110
Octal151143126

Shades and tints

Shades of #696356

#696356
(105,99,86)
#605A4F
(96,90,79)
#575148
(87,81,72)
#4E4841
(78,72,65)
#453F3A
(69,63,58)
#3C3633
(60,54,51)
#332D2C
(51,45,44)
#2A2425
(42,36,37)
#211B1E
(33,27,30)
#181217
(24,18,23)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #696356

#696356
(105,99,86)
#767165
(118,113,101)
#837F74
(131,127,116)
#908D83
(144,141,131)
#9D9B92
(157,155,146)
#AAA9A1
(170,169,161)
#B7B7B0
(183,183,176)
#C4C5BF
(196,197,191)
#D1D3CE
(209,211,206)
#DEE1DD
(222,225,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696356 color. Also use rgb(105,99,86) instead hex code.

Text Font Color

.myTextColor { color: #696356; }

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

This text font color is #696356.


Background Color

.myBgColor { background-color: #696356; }

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

This div background color is #696356.


Border color

.myBorderColor { border: 1px solid #696356; }

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

This div border color is #696356.


Opacity

.myOpacity80 { color: #696356; opacity: 0.8; }

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

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

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

This text has shadow with #696356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696356 on black background.


Color preview on white background

This text has color #696356 on white background.



Black color preview on #696356 background

This text has black color on #696356 background.


White color preview on #696356 background

This text has white color on #696356 background.