#865C5D

Color #865C5D Falcon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falcon #865C5D

Tints of Falcon #865C5D

Color information

#865C5D (or 0x865C5D) is unknown color: approx Falcon. HEX triplet: 86, 5C and 5D. RGB value is (134,92,93). Sum of RGB (Red+Green+Blue) = 134+92+93=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C5D is #79A3A2. Grayscale: #686868. Windows color (decimal): -7971747 or 6118534. OLE color: 6118534.

HSL color Cylindrical-coordinate representation of color #865C5D: hue angle of 358.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C5D is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1349293-
CMYK00.310.310.47
HSL358.57º18.58%44.31%-
HSV(B)358.57º31.34%52.55%-
XYZ15.6313.5112.14-
YUV104.67121.41148.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 92 (36.33% from 255) = 28.84%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=42.01%
G=28.84%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134929300.310.310.47358.5718.5844.31
Hex865C5D01F1F2F167132c
Octal20613413503737575472354
Binary10000110101110010111010111111111110111110110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C5D; }

 p { color: rgb(134,92,93); }

 H1.HeaderClassName
 {
   color: #865C5D;
 }
 .AnyTagClassName
 {
   color: #865C5D;
 }
</style>
background-color css

<style>
 a { background-color: #865C5D; }

 a { background-color: rgb(134,92,93); }

 div.DivClassName
 {
   background-color: #865C5D;
 }
 .BgClassName
 {
   background-color: #865C5D;
 }
</style>
border-color css

<style>
 span { border-color: #865C5D; }

 span { border-color: rgb(134,92,93); }

 td.TdClassName
 {
   border-color: #865C5D;
 }
 .TagClassName
 {
   border-color: #865C5D;
 }
</style>