#715658

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

Shades of Falcon #715658

Tints of Falcon #715658

Color information

#715658 (or 0x715658) is unknown color: approx Falcon. HEX triplet: 71, 56 and 58. RGB value is (113,86,88). Sum of RGB (Red+Green+Blue) = 113+86+88=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 113 - color contains mainly: red. Hex color #715658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715658 is #8EA9A7. Grayscale: #5E5E5E. Windows color (decimal): -9349544 or 5789297. OLE color: 5789297.

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

Color convert

RGB1138688-
CMYK00.240.220.56
HSL355.56º13.57%39.02%-
HSV(B)355.56º23.89%44.31%-
XYZ11.910.8710.7-
YUV94.3124.45141.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=39.37%
G=29.97%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113868800.240.220.56355.5613.5739.02
Hex7156580181638164e27
Octal16112613003026705441647
Binary111000110101101011000011000101101110001011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715658; }

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

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

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

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

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

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

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

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