COLOR #865C64

HEX: #865C64 RGB: (134,92,100)

Color info

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

RGB color model

#865C64 color RGB value is (134,92,100).

RGB: (134,92,100) (53%, 36%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 92 of 255 = 36%
B 100 of 255 = 39%

134
92
100

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

Portions of RGB colors in percentages

R + G + B = 134 + 92 + 100 = 326 (100%)
R 134 of 326 ~ 41.1%
G 92 of 326 ~ 28.22%
B 100 of 326 ~ 30.67'%

%41.1
%28.22
%30.67

CMYK color model

#865C64 color CMYK value is (0,31,25,47).

  • cyan value is 0.00%
  • magenta value is 31.34%
  • yellow value is 25.37%
  • key color value is 47.45%

CMYK: (0,31,25,47)
C0M31Y25K47 (0%, 31%, 25%, 47%)
(0.00 / 0.31 / 0.25 / 0.47)

CMYK percentages

%0
%31.34
%25.37
%47.45

Codes

Color #865C64 in popluar color models

86 5C 64
RGB 134 92 100
HSL 349° 18.58% 44.31%
HSB/HSV 349° 31.34% 52.55%
CMYK 0.00% 31.34% 25.37%
47.45%

Color #865C64 in popluar number systems.

HEX 86 5C 64
Decimal 134 92 100
Binary 10000110 1011100 1100100
Octal 206 134 144

Shades and tints

Shades of #865C64

#865C64
(134,92,100)
#7A545B
(122,84,91)
#6E4C52
(110,76,82)
#624449
(98,68,73)
#563C40
(86,60,64)
#4A3437
(74,52,55)
#3E2C2E
(62,44,46)
#322425
(50,36,37)
#261C1C
(38,28,28)
#1A1413
(26,20,19)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #865C64

#865C64
(134,92,100)
#916A72
(145,106,114)
#9C7880
(156,120,128)
#A7868E
(167,134,142)
#B2949C
(178,148,156)
#BDA2AA
(189,162,170)
#C8B0B8
(200,176,184)
#D3BEC6
(211,190,198)
#DECCD4
(222,204,212)
#E9DAE2
(233,218,226)
#F4E8F0
(244,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865C64 color. Also use rgb(134,92,100) instead hex code.

Text Font Color

.myTextColor { color: #865C64; }

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

This text font color is #865C64.

Background Color

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

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

This div background color is #865C64.

Border color

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

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

This div border color is #865C64.

Opacity

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

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

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

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

This text has shadow with #865C64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865C64.

Preview

Color preview on black background

This text has color #865C64 on black background.


Color preview on white background

This text has color #865C64 on white background.


Black color preview on #865C64 background

This text has black color on #865C64 background.


White color preview on #865C64 background

This text has white color on #865C64 background.


Related colors

Complementary color

Complementary color for #hex is #79A39B.


I love getcolorcode.com

Triadic colors

1 #64865C and #5C6486 with #865C64 are triadic colors.

2 #645C86 and #5C8664 with #865C64 are triadic colors.