COLOR #865B6A

HEX: #865B6A RGB: (134,91,106)

Color info

#865B6A contains red, green and blue colors in about the same proportion. Web safe color of #865B6A is #996666 (or #966).

RGB color model

#865B6A color RGB value is (134,91,106).

RGB: (134,91,106) (53%, 36%, 42%)

RGB channels and saturation

R 134 of 255 = 53%
G 91 of 255 = 36%
B 106 of 255 = 42%

134
91
106

R + G + B ~ 44%. #865B6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 91 + 106 = 331 (100%)
R 134 of 331 ~ 40.48%
G 91 of 331 ~ 27.49%
B 106 of 331 ~ 32.02'%

%40.48
%27.49
%32.02

CMYK color model

#865B6A color CMYK value is (0,32,21,47).

  • cyan value is 0.00%
  • magenta value is 32.09%
  • yellow value is 20.90%
  • key color value is 47.45%

CMYK: (0,32,21,47)
C0M32Y21K47 (0%, 32%, 21%, 47%)
(0.00 / 0.32 / 0.21 / 0.47)

CMYK percentages

%0
%32.09
%20.9
%47.45

Codes

Color #865B6A in popluar color models

86 5B 6A
RGB 134 91 106
HSL 339° 19.11% 44.12%
HSB/HSV 339° 32.09% 52.55%
CMYK 0.00% 32.09% 20.90%
47.45%

Color #865B6A in popluar number systems.

HEX 86 5B 6A
Decimal 134 91 106
Binary 10000110 1011011 1101010
Octal 206 133 152

Shades and tints

Shades of #865B6A

#865B6A
(134,91,106)
#7A5361
(122,83,97)
#6E4B58
(110,75,88)
#62434F
(98,67,79)
#563B46
(86,59,70)
#4A333D
(74,51,61)
#3E2B34
(62,43,52)
#32232B
(50,35,43)
#261B22
(38,27,34)
#1A1319
(26,19,25)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #865B6A

#865B6A
(134,91,106)
#916977
(145,105,119)
#9C7784
(156,119,132)
#A78591
(167,133,145)
#B2939E
(178,147,158)
#BDA1AB
(189,161,171)
#C8AFB8
(200,175,184)
#D3BDC5
(211,189,197)
#DECBD2
(222,203,210)
#E9D9DF
(233,217,223)
#F4E7EC
(244,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865B6A color. Also use rgb(134,91,106) instead hex code.

Text Font Color

.myTextColor { color: #865B6A; }

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

This text font color is #865B6A.

Background Color

.myBgColor { background-color: #865B6A; }

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

This div background color is #865B6A.

Border color

.myBorderColor { border: 1px solid #865B6A; }

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

This div border color is #865B6A.

Opacity

.myOpacity80 { color: #865B6A; opacity: 0.8; }

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

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

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

This text has shadow with #865B6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865B6A.

Preview

Color preview on black background

This text has color #865B6A on black background.


Color preview on white background

This text has color #865B6A on white background.


Black color preview on #865B6A background

This text has black color on #865B6A background.


White color preview on #865B6A background

This text has white color on #865B6A background.


Related colors

Complementary color

Complementary color for #hex is #79A495.


I love getcolorcode.com

Triadic colors

1 #6A865B and #5B6A86 with #865B6A are triadic colors.

2 #6A5B86 and #5B866A with #865B6A are triadic colors.