COLOR #696113

HEX: #696113
RGB: (105,97,19)

Color info

#696113 contains mainly red and green colors. Web safe color of #696113 is #666600 (or #660).

RGB color model

#696113 color RGB value is (105,97,19).

  • red value is 105;
  • green value is 97;
  • blue value is 19.
RGB:
(105,97,19)
(41%,38%,7%)

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 19 of 255 = 7%

105
97
19

R + G + B ~ 29%. #696113 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 97 + 19 = 221 (100%)
R 105 of 221 ~ 47.51%
G 97 of 221 ~ 43.89%
B 19 of 221 ~ 8.6%

%47.51
%43.89

CMYK color model

#696113 color CMYK value is (0,8,82,59).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 81.90%
  • key color value is 58.82%
CMYK:
(0,8,82,59)
C0M8Y82K59 
(0%,8%,82%,59%)
(0.00/0.08/0.82/0.59)	

CMYK percentages

%0
%7.62
%81.9
%58.82

Codes

Color #696113 in popluar color models

696113
RGB1059719
HSL54°69.35%24.31%
HSB/HSV54°81.90%41.18%
CMYK0.00%7.62%81.90%
58.82%

Color #696113 in popluar number systems.

HEX696113
Decimal1059719
Binary1101001110000110011
Octal15114123

Shades and tints

Shades of #696113

#696113
(105,97,19)
#605912
(96,89,18)
#575111
(87,81,17)
#4E4910
(78,73,16)
#45410F
(69,65,15)
#3C390E
(60,57,14)
#33310D
(51,49,13)
#2A290C
(42,41,12)
#21210B
(33,33,11)
#18190A
(24,25,10)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #696113

#696113
(105,97,19)
#766F28
(118,111,40)
#837D3D
(131,125,61)
#908B52
(144,139,82)
#9D9967
(157,153,103)
#AAA77C
(170,167,124)
#B7B591
(183,181,145)
#C4C3A6
(196,195,166)
#D1D1BB
(209,209,187)
#DEDFD0
(222,223,208)
#EBEDE5
(235,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696113 color. Also use rgb(105,97,19) instead hex code.

Text Font Color

.myTextColor { color: #696113; }

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

This text font color is #696113.


Background Color

.myBgColor { background-color: #696113; }

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

This div background color is #696113.


Border color

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

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

This div border color is #696113.


Opacity

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

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

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

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

This text has shadow with #696113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696113 on black background.


Color preview on white background

This text has color #696113 on white background.



Black color preview on #696113 background

This text has black color on #696113 background.


White color preview on #696113 background

This text has white color on #696113 background.