#715B5F

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

Shades of Falcon #715B5F

Tints of Falcon #715B5F

Color information

#715B5F (or 0x715B5F) is unknown color: approx Falcon. HEX triplet: 71, 5B and 5F. RGB value is (113,91,95). Sum of RGB (Red+Green+Blue) = 113+91+95=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B5F is #8EA4A0. Grayscale: #626262. Windows color (decimal): -9348257 or 6249329. OLE color: 6249329.

HSL color Cylindrical-coordinate representation of color #715B5F: hue angle of 349.09º 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 #715B5F is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB1139195-
CMYK00.190.160.56
HSL349.09º10.78%40%-
HSV(B)349.09º19.47%44.31%-
XYZ12.6211.8212.44-
YUV98.03126.29138.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=37.79%
G=30.43%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113919500.190.160.56349.0910.7840
Hex715B5F013103815db28
Octal16113313702320705351350
Binary111000110110111011111010011100001110001010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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