#865B5E

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

Shades of Falcon #865B5E

Tints of Falcon #865B5E

Color information

#865B5E (or 0x865B5E) is unknown color: approx Falcon. HEX triplet: 86, 5B and 5E. RGB value is (134,91,94). Sum of RGB (Red+Green+Blue) = 134+91+94=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B5E is #79A4A1. Grayscale: #686868. Windows color (decimal): -7972002 or 6183814. OLE color: 6183814.

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

Color convert

RGB1349194-
CMYK00.320.300.47
HSL355.81º19.11%44.12%-
HSV(B)355.81º32.09%52.55%-
XYZ15.5913.3612.35-
YUV104.2122.25149.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 94 (37.11% from 255) = 29.47%
R=42.01%
G=28.53%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134919400.320.300.47355.8119.1144.12
Hex865B5E0201E2F164132c
Octal20613313604036575442354
Binary100001101011011101111001000001111010111110110010010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,94); }

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

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

 a { background-color: rgb(134,91,94); }

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

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

 span { border-color: rgb(134,91,94); }

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