COLOR #696155

HEX: #696155
RGB: (105,97,85)

Color info

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

RGB color model

#696155 color RGB value is (105,97,85).

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

RGB channels and saturation

R 105 of 255 = 41%
G 97 of 255 = 38%
B 85 of 255 = 33%

105
97
85

R + G + B ~ 37%. #696155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 97 + 85 = 287 (100%)
R 105 of 287 ~ 36.59%
G 97 of 287 ~ 33.8%
B 85 of 287 ~ 29.62%

%36.59
%33.8
%29.62

CMYK color model

#696155 color CMYK value is (0,8,19,59).

  • cyan value is 0.00%
  • magenta value is 7.62%
  • yellow value is 19.05%
  • key color value is 58.82%
CMYK:
(0,8,19,59)
C0M8Y19K59 
(0%,8%,19%,59%)
(0.00/0.08/0.19/0.59)	

CMYK percentages

%0
%7.62
%19.05
%58.82

Codes

Color #696155 in popluar color models

696155
RGB1059785
HSL36°10.53%37.25%
HSB/HSV36°19.05%41.18%
CMYK0.00%7.62%19.05%
58.82%

Color #696155 in popluar number systems.

HEX696155
Decimal1059785
Binary110100111000011010101
Octal151141125

Shades and tints

Shades of #696155

#696155
(105,97,85)
#60594E
(96,89,78)
#575147
(87,81,71)
#4E4940
(78,73,64)
#454139
(69,65,57)
#3C3932
(60,57,50)
#33312B
(51,49,43)
#2A2924
(42,41,36)
#21211D
(33,33,29)
#181916
(24,25,22)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #696155

#696155
(105,97,85)
#766F64
(118,111,100)
#837D73
(131,125,115)
#908B82
(144,139,130)
#9D9991
(157,153,145)
#AAA7A0
(170,167,160)
#B7B5AF
(183,181,175)
#C4C3BE
(196,195,190)
#D1D1CD
(209,209,205)
#DEDFDC
(222,223,220)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696155; }

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

This text font color is #696155.


Background Color

.myBgColor { background-color: #696155; }

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

This div background color is #696155.


Border color

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

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

This div border color is #696155.


Opacity

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

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

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

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

This text has shadow with #696155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696155 on black background.


Color preview on white background

This text has color #696155 on white background.



Black color preview on #696155 background

This text has black color on #696155 background.


White color preview on #696155 background

This text has white color on #696155 background.