#715456

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

Shades of Falcon #715456

Tints of Falcon #715456

Color information

#715456 (or 0x715456) is unknown color: approx Falcon. HEX triplet: 71, 54 and 56. RGB value is (113,84,86). Sum of RGB (Red+Green+Blue) = 113+84+86=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715456 is #8EABA9. Grayscale: #5C5C5C. Windows color (decimal): -9350058 or 5657713. OLE color: 5657713.

HSL color Cylindrical-coordinate representation of color #715456: hue angle of 355.86º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715456 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1138486-
CMYK00.260.240.56
HSL355.86º14.72%38.63%-
HSV(B)355.86º25.66%44.31%-
XYZ11.6610.5210.22-
YUV92.9124.11142.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.93%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=39.93%
G=29.68%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113848600.260.240.56355.8614.7238.63
Hex71545601A1838164f27
Octal16112412603230705441747
Binary111000110101001010110011010110001110001011001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715456; }

 p { color: rgb(113,84,86); }

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

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

 a { background-color: rgb(113,84,86); }

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

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

 span { border-color: rgb(113,84,86); }

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