#71595A

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

Shades of Falcon #71595A

Tints of Falcon #71595A

Color information

#71595A (or 0x71595A) is unknown color: approx Falcon. HEX triplet: 71, 59 and 5A. RGB value is (113,89,90). Sum of RGB (Red+Green+Blue) = 113+89+90=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71595A is #8EA6A5. Grayscale: #606060. Windows color (decimal): -9348774 or 5921137. OLE color: 5921137.

HSL color Cylindrical-coordinate representation of color #71595A: hue angle of 357.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 #71595A is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1138990-
CMYK00.210.200.56
HSL357.5º11.88%39.61%-
HSV(B)357.5º21.24%44.31%-
XYZ12.2311.3911.23-
YUV96.29124.45139.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=38.70%
G=30.48%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113899000.210.200.56357.511.8839.61
Hex71595A0151438166c28
Octal16113113202524705461450
Binary111000110110011011010010101101001110001011001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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