COLOR #695606

HEX: #695606
RGB: (105,86,6)

Color info

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

RGB color model

#695606 color RGB value is (105,86,6).

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

RGB channels and saturation

R 105 of 255 = 41%
G 86 of 255 = 34%
B 6 of 255 = 2%

105
86
6

R + G + B ~ 26%. #695606 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 86 + 6 = 197 (100%)
R 105 of 197 ~ 53.3%
G 86 of 197 ~ 43.65%
B 6 of 197 ~ 3.05%

%53.3
%43.65

CMYK color model

#695606 color CMYK value is (0,18,94,59).

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 94.29%
  • key color value is 58.82%
CMYK:
(0,18,94,59)
C0M18Y94K59 
(0%,18%,94%,59%)
(0.00/0.18/0.94/0.59)	

CMYK percentages

%0
%18.1
%94.29
%58.82

Codes

Color #695606 in popluar color models

695606
RGB105866
HSL48°89.19%21.76%
HSB/HSV48°94.29%41.18%
CMYK0.00%18.10%94.29%
58.82%

Color #695606 in popluar number systems.

HEX695606
Decimal105866
Binary11010011010110110
Octal1511266

Shades and tints

Shades of #695606

#695606
(105,86,6)
#604F06
(96,79,6)
#574806
(87,72,6)
#4E4106
(78,65,6)
#453A06
(69,58,6)
#3C3306
(60,51,6)
#332C06
(51,44,6)
#2A2506
(42,37,6)
#211E06
(33,30,6)
#181706
(24,23,6)
#0F1006
(15,16,6)
#000000
(0,0,0)

Tints of #695606

#695606
(105,86,6)
#76651C
(118,101,28)
#837432
(131,116,50)
#908348
(144,131,72)
#9D925E
(157,146,94)
#AAA174
(170,161,116)
#B7B08A
(183,176,138)
#C4BFA0
(196,191,160)
#D1CEB6
(209,206,182)
#DEDDCC
(222,221,204)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695606; }

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

This text font color is #695606.


Background Color

.myBgColor { background-color: #695606; }

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

This div background color is #695606.


Border color

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

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

This div border color is #695606.


Opacity

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

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

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

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

This text has shadow with #695606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695606 on black background.


Color preview on white background

This text has color #695606 on white background.



Black color preview on #695606 background

This text has black color on #695606 background.


White color preview on #695606 background

This text has white color on #695606 background.