COLOR #696610

HEX: #696610 RGB: (105,102,16)

Color info

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

RGB color model

#696610 color RGB value is (105,102,16).

RGB: (105,102,16) (41%, 40%, 6%)

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 16 of 255 = 6%

105
102
16

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

Portions of RGB colors in percentages

R + G + B = 105 + 102 + 16 = 223 (100%)
R 105 of 223 ~ 47.09%
G 102 of 223 ~ 45.74%
B 16 of 223 ~ 7.17'%

%47.09
%45.74

CMYK color model

#696610 color CMYK value is (0,3,85,59).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 84.76%
  • key color value is 58.82%

CMYK: (0,3,85,59)
C0M3Y85K59 (0%, 3%, 85%, 59%)
(0.00 / 0.03 / 0.85 / 0.59)

CMYK percentages

%0
%2.86
%84.76
%58.82

Codes

Color #696610 in popluar color models

69 66 10
RGB 105 102 16
HSL 58° 73.55% 23.73%
HSB/HSV 58° 84.76% 41.18%
CMYK 0.00% 2.86% 84.76%
58.82%

Color #696610 in popluar number systems.

HEX 69 66 10
Decimal 105 102 16
Binary 1101001 1100110 10000
Octal 151 146 20

Shades and tints

Shades of #696610

#696610
(105,102,16)
#605D0F
(96,93,15)
#57540E
(87,84,14)
#4E4B0D
(78,75,13)
#45420C
(69,66,12)
#3C390B
(60,57,11)
#33300A
(51,48,10)
#2A2709
(42,39,9)
#211E08
(33,30,8)
#181507
(24,21,7)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #696610

#696610
(105,102,16)
#767325
(118,115,37)
#83803A
(131,128,58)
#908D4F
(144,141,79)
#9D9A64
(157,154,100)
#AAA779
(170,167,121)
#B7B48E
(183,180,142)
#C4C1A3
(196,193,163)
#D1CEB8
(209,206,184)
#DEDBCD
(222,219,205)
#EBE8E2
(235,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696610; }

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

This text font color is #696610.

Background Color

.myBgColor { background-color: #696610; }

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

This div background color is #696610.

Border color

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

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

This div border color is #696610.

Opacity

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

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

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

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

This text has shadow with #696610 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696610.

Preview

Color preview on black background

This text has color #696610 on black background.


Color preview on white background

This text has color #696610 on white background.


Black color preview on #696610 background

This text has black color on #696610 background.


White color preview on #696610 background

This text has white color on #696610 background.


Related colors

Complementary color

Complementary color for #hex is #9699EF.


I love getcolorcode.com

Triadic colors

1 #106966 and #661069 with #696610 are triadic colors.

2 #106669 and #666910 with #696610 are triadic colors.