COLOR #865F64

HEX: #865F64 RGB: (134,95,100)

Color info

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

RGB color model

#865F64 color RGB value is (134,95,100).

RGB: (134,95,100) (53%, 37%, 39%)

RGB channels and saturation

R 134 of 255 = 53%
G 95 of 255 = 37%
B 100 of 255 = 39%

134
95
100

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

Portions of RGB colors in percentages

R + G + B = 134 + 95 + 100 = 329 (100%)
R 134 of 329 ~ 40.73%
G 95 of 329 ~ 28.88%
B 100 of 329 ~ 30.4'%

%40.73
%28.88
%30.4

CMYK color model

#865F64 color CMYK value is (0,29,25,47).

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

CMYK: (0,29,25,47)
C0M29Y25K47 (0%, 29%, 25%, 47%)
(0.00 / 0.29 / 0.25 / 0.47)

CMYK percentages

%0
%29.1
%25.37
%47.45

Codes

Color #865F64 in popluar color models

86 5F 64
RGB 134 95 100
HSL 352° 17.03% 44.90%
HSB/HSV 352° 29.10% 52.55%
CMYK 0.00% 29.10% 25.37%
47.45%

Color #865F64 in popluar number systems.

HEX 86 5F 64
Decimal 134 95 100
Binary 10000110 1011111 1100100
Octal 206 137 144

Shades and tints

Shades of #865F64

#865F64
(134,95,100)
#7A575B
(122,87,91)
#6E4F52
(110,79,82)
#624749
(98,71,73)
#563F40
(86,63,64)
#4A3737
(74,55,55)
#3E2F2E
(62,47,46)
#322725
(50,39,37)
#261F1C
(38,31,28)
#1A1713
(26,23,19)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #865F64

#865F64
(134,95,100)
#916D72
(145,109,114)
#9C7B80
(156,123,128)
#A7898E
(167,137,142)
#B2979C
(178,151,156)
#BDA5AA
(189,165,170)
#C8B3B8
(200,179,184)
#D3C1C6
(211,193,198)
#DECFD4
(222,207,212)
#E9DDE2
(233,221,226)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865F64; }

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

This text font color is #865F64.

Background Color

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

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

This div background color is #865F64.

Border color

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

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

This div border color is #865F64.

Opacity

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

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

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

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

This text has shadow with #865F64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865F64.

Preview

Color preview on black background

This text has color #865F64 on black background.


Color preview on white background

This text has color #865F64 on white background.


Black color preview on #865F64 background

This text has black color on #865F64 background.


White color preview on #865F64 background

This text has white color on #865F64 background.


Related colors

Complementary color

Complementary color for #hex is #79A09B.


I love getcolorcode.com

Triadic colors

1 #64865F and #5F6486 with #865F64 are triadic colors.

2 #645F86 and #5F8664 with #865F64 are triadic colors.