#715B5E

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

Shades of Falcon #715B5E

Tints of Falcon #715B5E

Color information

#715B5E (or 0x715B5E) is unknown color: approx Falcon. HEX triplet: 71, 5B and 5E. RGB value is (113,91,94). Sum of RGB (Red+Green+Blue) = 113+91+94=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 113 - color contains mainly: red. Hex color #715B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B5E is #8EA4A1. Grayscale: #616161. Windows color (decimal): -9348258 or 6183793. OLE color: 6183793.

HSL color Cylindrical-coordinate representation of color #715B5E: hue angle of 351.82º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #715B5E is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1139194-
CMYK00.190.170.56
HSL351.82º10.78%40%-
HSV(B)351.82º19.47%44.31%-
XYZ12.5711.812.2-
YUV97.92125.79138.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.92%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=37.92%
G=30.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113919400.190.170.56351.8210.7840
Hex715B5E0131138160b28
Octal16113313602321705401350
Binary111000110110111011110010011100011110001011000001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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