#655253

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

Shades of Falcon #655253

Tints of Falcon #655253

Color information

#655253 (or 0x655253) is unknown color: approx Falcon. HEX triplet: 65, 52 and 53. RGB value is (101,82,83). Sum of RGB (Red+Green+Blue) = 101+82+83=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #655253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655253 is #9AADAC. Grayscale: #575757. Windows color (decimal): -10137005 or 5460581. OLE color: 5460581.

HSL color Cylindrical-coordinate representation of color #655253: hue angle of 356.84º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655253 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1018283-
CMYK00.190.180.60
HSL356.84º10.38%35.88%-
HSV(B)356.84º18.81%39.61%-
XYZ9.959.439.48-
YUV87.8125.29137.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 83 (32.81% from 255) = 31.20%
R=37.97%
G=30.83%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101828300.190.180.60356.8410.3835.88
Hex655253013123C165a24
Octal14512212302322745451244
Binary110010110100101010011010011100101111001011001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655253; }

 p { color: rgb(101,82,83); }

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

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

 a { background-color: rgb(101,82,83); }

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

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

 span { border-color: rgb(101,82,83); }

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