COLOR #665F29

HEX: #665F29 RGB: (102,95,41)

Color info

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

RGB color model

#665F29 color RGB value is (102,95,41).

RGB: (102,95,41) (40%, 37%, 16%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 41 of 255 = 16%

102
95
41

R + G + B ~ 31%. #665F29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 41 = 238 (100%)
R 102 of 238 ~ 42.86%
G 95 of 238 ~ 39.92%
B 41 of 238 ~ 17.23'%

%42.86
%39.92
%17.23

CMYK color model

#665F29 color CMYK value is (0,7,60,60).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 59.80%
  • key color value is 60.00%

CMYK: (0,7,60,60)
C0M7Y60K60 (0%, 7%, 60%, 60%)
(0.00 / 0.07 / 0.60 / 0.60)

CMYK percentages

%0
%6.86
%59.8
%60

Codes

Color #665F29 in popluar color models

66 5F 29
RGB 102 95 41
HSL 53° 42.66% 28.04%
HSB/HSV 53° 59.80% 40.00%
CMYK 0.00% 6.86% 59.80%
60.00%

Color #665F29 in popluar number systems.

HEX 66 5F 29
Decimal 102 95 41
Binary 1100110 1011111 101001
Octal 146 137 51

Shades and tints

Shades of #665F29

#665F29
(102,95,41)
#5D5726
(93,87,38)
#544F23
(84,79,35)
#4B4720
(75,71,32)
#423F1D
(66,63,29)
#39371A
(57,55,26)
#302F17
(48,47,23)
#272714
(39,39,20)
#1E1F11
(30,31,17)
#15170E
(21,23,14)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #665F29

#665F29
(102,95,41)
#736D3C
(115,109,60)
#807B4F
(128,123,79)
#8D8962
(141,137,98)
#9A9775
(154,151,117)
#A7A588
(167,165,136)
#B4B39B
(180,179,155)
#C1C1AE
(193,193,174)
#CECFC1
(206,207,193)
#DBDDD4
(219,221,212)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665F29 color. Also use rgb(102,95,41) instead hex code.

Text Font Color

.myTextColor { color: #665F29; }

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

This text font color is #665F29.

Background Color

.myBgColor { background-color: #665F29; }

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

This div background color is #665F29.

Border color

.myBorderColor { border: 1px solid #665F29; }

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

This div border color is #665F29.

Opacity

.myOpacity80 { color: #665F29; opacity: 0.8; }

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

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

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

This text has shadow with #665F29 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665F29.

Preview

Color preview on black background

This text has color #665F29 on black background.


Color preview on white background

This text has color #665F29 on white background.


Black color preview on #665F29 background

This text has black color on #665F29 background.


White color preview on #665F29 background

This text has white color on #665F29 background.


Related colors

Complementary color

Complementary color for #hex is #99A0D6.


I love getcolorcode.com

Triadic colors

1 #29665F and #5F2966 with #665F29 are triadic colors.

2 #295F66 and #5F6629 with #665F29 are triadic colors.