COLOR #695628

HEX: #695628
RGB: (105,86,40)

Color info

#695628 contains mainly red and green colors. Web safe color of #695628 is #666633 (or #663).

RGB color model

#695628 color RGB value is (105,86,40).

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

RGB channels and saturation

R 105 of 255 = 41%
G 86 of 255 = 34%
B 40 of 255 = 16%

105
86
40

R + G + B ~ 30%. #695628 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 40 = 231 (100%)
R 105 of 231 ~ 45.45%
G 86 of 231 ~ 37.23%
B 40 of 231 ~ 17.32%

%45.45
%37.23
%17.32

CMYK color model

#695628 color CMYK value is (0,18,62,59).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 61.90%
  • key color value is 58.82%
CMYK:
(0,18,62,59)
C0M18Y62K59 
(0%,18%,62%,59%)
(0.00/0.18/0.62/0.59)	

CMYK percentages

%0
%18.1
%61.9
%58.82

Codes

Color #695628 in popluar color models

695628
RGB1058640
HSL42°44.83%28.43%
HSB/HSV42°61.90%41.18%
CMYK0.00%18.10%61.90%
58.82%

Color #695628 in popluar number systems.

HEX695628
Decimal1058640
Binary11010011010110101000
Octal15112650

Shades and tints

Shades of #695628

#695628
(105,86,40)
#604F25
(96,79,37)
#574822
(87,72,34)
#4E411F
(78,65,31)
#453A1C
(69,58,28)
#3C3319
(60,51,25)
#332C16
(51,44,22)
#2A2513
(42,37,19)
#211E10
(33,30,16)
#18170D
(24,23,13)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #695628

#695628
(105,86,40)
#76653B
(118,101,59)
#83744E
(131,116,78)
#908361
(144,131,97)
#9D9274
(157,146,116)
#AAA187
(170,161,135)
#B7B09A
(183,176,154)
#C4BFAD
(196,191,173)
#D1CEC0
(209,206,192)
#DEDDD3
(222,221,211)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695628; }

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

This text font color is #695628.


Background Color

.myBgColor { background-color: #695628; }

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

This div background color is #695628.


Border color

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

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

This div border color is #695628.


Opacity

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

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

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

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

This text has shadow with #695628 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695628 on black background.


Color preview on white background

This text has color #695628 on white background.



Black color preview on #695628 background

This text has black color on #695628 background.


White color preview on #695628 background

This text has white color on #695628 background.