#71595E

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

Shades of Falcon #71595E

Tints of Falcon #71595E

Color information

#71595E (or 0x71595E) is unknown color: approx Falcon. HEX triplet: 71, 59 and 5E. RGB value is (113,89,94). Sum of RGB (Red+Green+Blue) = 113+89+94=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #71595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595E is #8EA6A1. Grayscale: #606060. Windows color (decimal): -9348770 or 6183281. OLE color: 6183281.

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

Color convert

RGB1138994-
CMYK00.210.170.56
HSL347.5º11.88%39.61%-
HSV(B)347.5º21.24%44.31%-
XYZ12.411.4612.15-
YUV96.75126.45139.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=38.18%
G=30.07%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113899400.210.170.56347.511.8839.61
Hex71595E015113815cc28
Octal16113113602521705341450
Binary111000110110011011110010101100011110001010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71595E; }

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

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

<style>
 a { background-color: #71595E; }

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

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

<style>
 span { border-color: #71595E; }

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

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