COLOR #695510

HEX: #695510
RGB: (105,85,16)

Color info

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

RGB color model

#695510 color RGB value is (105,85,16).

  • red value is 105;
  • green value is 85;
  • blue value is 16.
RGB:
(105,85,16)
(41%,33%,6%)

RGB channels and saturation

R 105 of 255 = 41%
G 85 of 255 = 33%
B 16 of 255 = 6%

105
85
16

R + G + B ~ 27%. #695510 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 85 + 16 = 206 (100%)
R 105 of 206 ~ 50.97%
G 85 of 206 ~ 41.26%
B 16 of 206 ~ 7.77%

%50.97
%41.26

CMYK color model

#695510 color CMYK value is (0,19,85,59).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 84.76%
  • key color value is 58.82%
CMYK:
(0,19,85,59)
C0M19Y85K59 
(0%,19%,85%,59%)
(0.00/0.19/0.85/0.59)	

CMYK percentages

%0
%19.05
%84.76
%58.82

Codes

Color #695510 in popluar color models

695510
RGB1058516
HSL47°73.55%23.73%
HSB/HSV47°84.76%41.18%
CMYK0.00%19.05%84.76%
58.82%

Color #695510 in popluar number systems.

HEX695510
Decimal1058516
Binary1101001101010110000
Octal15112520

Shades and tints

Shades of #695510

#695510
(105,85,16)
#604E0F
(96,78,15)
#57470E
(87,71,14)
#4E400D
(78,64,13)
#45390C
(69,57,12)
#3C320B
(60,50,11)
#332B0A
(51,43,10)
#2A2409
(42,36,9)
#211D08
(33,29,8)
#181607
(24,22,7)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #695510

#695510
(105,85,16)
#766425
(118,100,37)
#83733A
(131,115,58)
#90824F
(144,130,79)
#9D9164
(157,145,100)
#AAA079
(170,160,121)
#B7AF8E
(183,175,142)
#C4BEA3
(196,190,163)
#D1CDB8
(209,205,184)
#DEDCCD
(222,220,205)
#EBEBE2
(235,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695510 color. Also use rgb(105,85,16) instead hex code.

Text Font Color

.myTextColor { color: #695510; }

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

This text font color is #695510.


Background Color

.myBgColor { background-color: #695510; }

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

This div background color is #695510.


Border color

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

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

This div border color is #695510.


Opacity

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

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

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

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

This text has shadow with #695510 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695510 on black background.


Color preview on white background

This text has color #695510 on white background.



Black color preview on #695510 background

This text has black color on #695510 background.


White color preview on #695510 background

This text has white color on #695510 background.