#71565B

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

Shades of Falcon #71565B

Tints of Falcon #71565B

Color information

#71565B (or 0x71565B) is unknown color: approx Falcon. HEX triplet: 71, 56 and 5B. RGB value is (113,86,91). Sum of RGB (Red+Green+Blue) = 113+86+91=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 113 - color contains mainly: red. Hex color #71565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71565B is #8EA9A4. Grayscale: #5E5E5E. Windows color (decimal): -9349541 or 5985905. OLE color: 5985905.

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

Color convert

RGB1138691-
CMYK00.240.190.56
HSL348.89º13.57%39.02%-
HSV(B)348.89º23.89%44.31%-
XYZ12.0310.9211.37-
YUV94.64125.95141.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=38.97%
G=29.66%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113869100.240.190.56348.8913.5739.02
Hex71565B018133815de27
Octal16112613303023705351647
Binary111000110101101011011011000100111110001010111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71565B; }

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

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

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

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

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

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

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

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