COLOR #665B1A

HEX: #665B1A RGB: (102,91,26)

Color info

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

RGB color model

#665B1A color RGB value is (102,91,26).

RGB: (102,91,26) (40%, 36%, 10%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 26 of 255 = 10%

102
91
26

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

Portions of RGB colors in percentages

R + G + B = 102 + 91 + 26 = 219 (100%)
R 102 of 219 ~ 46.58%
G 91 of 219 ~ 41.55%
B 26 of 219 ~ 11.87'%

%46.58
%41.55
%11.87

CMYK color model

#665B1A color CMYK value is (0,11,75,60).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 74.51%
  • key color value is 60.00%

CMYK: (0,11,75,60)
C0M11Y75K60 (0%, 11%, 75%, 60%)
(0.00 / 0.11 / 0.75 / 0.60)

CMYK percentages

%0
%10.78
%74.51
%60

Codes

Color #665B1A in popluar color models

66 5B 1A
RGB 102 91 26
HSL 51° 59.38% 25.10%
HSB/HSV 51° 74.51% 40.00%
CMYK 0.00% 10.78% 74.51%
60.00%

Color #665B1A in popluar number systems.

HEX 66 5B 1A
Decimal 102 91 26
Binary 1100110 1011011 11010
Octal 146 133 32

Shades and tints

Shades of #665B1A

#665B1A
(102,91,26)
#5D5318
(93,83,24)
#544B16
(84,75,22)
#4B4314
(75,67,20)
#423B12
(66,59,18)
#393310
(57,51,16)
#302B0E
(48,43,14)
#27230C
(39,35,12)
#1E1B0A
(30,27,10)
#151308
(21,19,8)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #665B1A

#665B1A
(102,91,26)
#73692E
(115,105,46)
#807742
(128,119,66)
#8D8556
(141,133,86)
#9A936A
(154,147,106)
#A7A17E
(167,161,126)
#B4AF92
(180,175,146)
#C1BDA6
(193,189,166)
#CECBBA
(206,203,186)
#DBD9CE
(219,217,206)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665B1A color. Also use rgb(102,91,26) instead hex code.

Text Font Color

.myTextColor { color: #665B1A; }

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

This text font color is #665B1A.

Background Color

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

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

This div background color is #665B1A.

Border color

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

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

This div border color is #665B1A.

Opacity

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

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

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

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

This text has shadow with #665B1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665B1A.

Preview

Color preview on black background

This text has color #665B1A on black background.


Color preview on white background

This text has color #665B1A on white background.


Black color preview on #665B1A background

This text has black color on #665B1A background.


White color preview on #665B1A background

This text has white color on #665B1A background.


Related colors

Complementary color

Complementary color for #hex is #99A4E5.


I love getcolorcode.com

Triadic colors

1 #1A665B and #5B1A66 with #665B1A are triadic colors.

2 #1A5B66 and #5B661A with #665B1A are triadic colors.